Update Docker GUI Managers/Portainer/README.md
This commit is contained in:
@@ -2,11 +2,10 @@ Source: https://docs.portainer.io/start/install-ce/server/docker/linux
|
|||||||
|
|
||||||
Must have Docker installed: https://wiki.gabesville.com/books/docker/page/install-docker
|
Must have Docker installed: https://wiki.gabesville.com/books/docker/page/install-docker
|
||||||
|
|
||||||
Create the needed volume:
|
Create the needed volume:\
|
||||||
sudo docker volume create portainer_data
|
sudo docker volume create portainer_data
|
||||||
|
|
||||||
Run the docker command to install and run Portainer:
|
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
|
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
|
Go to https://IPADDRESS:9443 to access
|
||||||
|
|||||||
Reference in New Issue
Block a user