-
Notifications
You must be signed in to change notification settings - Fork 7
Portainer
MightyDetail edited this page May 19, 2021
·
1 revision
docker run -d -p 8000:8000 -p 9000:9000 --name portainer --restart unless-stopped -v /var/run/docker.sock:/var/run/docker.sock -v /opt/portainer:/data portainer/portainer-ce:latest
If you are running Portainer locally for just one Server you can skip ports 8000.