vagrant init
This commit is contained in:
2
setup/scripts/portainer.sh
Normal file
2
setup/scripts/portainer.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
docker volume create portainer_data
|
||||
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
|
||||
Reference in New Issue
Block a user