Add Debian 11 scripts

This commit is contained in:
2023-11-19 23:04:42 +01:00
parent d496861741
commit 8b08184b54
35 changed files with 1991 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
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