Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 328 Bytes

docker-templates

Docker Templates

To install Portainer:

docker run -d --name=portainer \
  -l swag=enable \
  -p 9443:9443 \
  --net themysteryshack \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v /var/lib/docker/volumes/config/_data/portainer:/data \
  --restart always \
  portainer/portainer-ce:latest