Update Docker_GUI_Managers/portainer/README.md
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
Source: https://docs.portainer.io/start/install-ce/server/docker/linux
|
||||
|
||||
Must have Docker installed: https://wiki.gabesville.com/books/docker/page/install-docker
|
||||
|
||||
Create the needed volume:\
|
||||
sudo docker volume create portainer_data
|
||||
|
||||
Run the docker command to install and run Portainer:\
|
||||
sudo docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest
|
||||
|
||||
Go to https://IPADDRESS:9443 to access
|
||||
|
||||
If firewall(UFW) is enabled you may need to allow port 9443
|
||||
|
||||
|
||||
For updating please see:\
|
||||
https://wiki.gabesville.com/books/docker/page/update-portainer
|
||||
Reference in New Issue
Block a user