mirror of
https://github.com/casjaysdevdocker/tools
synced 2026-01-27 10:34:45 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
8
portainer.sh
Normal file
8
portainer.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
mkdir -p /var/lib/docker/storage/portainer && chmod -Rf 777 /var/lib/docker/storage/portainer
|
||||
|
||||
docker run -d -p 127.0.0.1:9010:9000 \
|
||||
--restart always \
|
||||
--name portainer \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v /var/lib/docker/storage/portainer:/data \
|
||||
portainer/portainer
|
||||
Reference in New Issue
Block a user