Add Alpine Linux scripts

This commit is contained in:
2023-11-19 17:20:23 +01:00
parent 53e4d291b6
commit c523441c41
12 changed files with 754 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/dash
docker run -d --name="portainer" --restart=unless-stopped -p 8000:8000 -p 9000:9000 -p 9443:9443 -v /var/run/docker.sock:/var/run/docker.sock -v /srv/portainer/data:/data portainer/portainer-ce