Portainer - tool for analize and prune your docker images

This commit is contained in:
WP Studio
2026-05-21 17:55:11 +03:00
parent 7cc01e5849
commit 307d4d9509

3
portainer-run.sh Executable file
View 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"