Update Containers/Portainer/Deploy Portainer.md
This commit is contained in:
@ -20,7 +20,7 @@ Install Docker then deploy Portainer
|
|||||||
=== "Ubuntu Server"
|
=== "Ubuntu Server"
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
sudo apt install docker.io
|
sudo apt install docker.io -y
|
||||||
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/containers/portainer:/data portainer/portainer-ee:latest # (1)
|
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/containers/portainer:/data portainer/portainer-ee:latest # (1)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user