Update Docker GUI Managers/Portainer/README.md
This commit is contained in:
@@ -6,6 +6,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user