Update Docker GUI Managers/Portainer/README.md

This commit is contained in:
2025-09-30 23:22:10 +00:00
parent 96c8660539
commit 54e37bef31
+2 -3
View File
@@ -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
Create the needed volume:
Create the needed volume:\
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
Go to https://IPADDRESS:9443 to access