Add Alpine Linux scripts
This commit is contained in:
4
alpine/apps/rancher/rancher.sh
Normal file
4
alpine/apps/rancher/rancher.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/dash
|
||||
|
||||
mount --make-rshared /
|
||||
docker run -d --name="rancher" --restart=unless-stopped -p 4080:80 -p 4443:443 --privileged rancher/rancher:latest
|
||||
Reference in New Issue
Block a user