Update Docker GUI Managers/Portainer/README.md

This commit is contained in:
2025-09-30 23:20:58 +00:00
parent 824bb1f80a
commit 96c8660539
+1
View File
@@ -6,6 +6,7 @@ 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