Portainer - tool for analize and prune your docker images
This commit is contained in:
3
portainer-run.sh
Executable file
3
portainer-run.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker run -d -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/var/data portainer/portainer-ce:latest
|
||||
echo "Let's go: https://localhost:9443"
|
||||
Reference in New Issue
Block a user