Add 'scripts/portainer/launch-docker.sh'

pull/4/head
drunkendog 2022-12-21 19:22:25 +00:00
parent 942fa8360b
commit e99a94f436
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
docker run --net main_subnet --ip 172.30.15.1 \
-e TZ=America/New_York \
--name=portainer \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /opt/portainer/data:/data \
--restart unless-stopped \
portainer/portainer-ce:latest