os-init/alpine/apps/rancher/rancher.sh

5 lines
151 B
Bash
Raw Normal View History

2023-11-19 16:20:23 +00:00
#!/bin/dash
mount --make-rshared /
docker run -d --name="rancher" --restart=unless-stopped -p 4080:80 -p 4443:443 --privileged rancher/rancher:latest