Answers for "install rancher server"

1

install rancher

docker run -d --restart=unless-stopped  -p 80:80 -p 443:443  rancher/rancher:stable  -v /opt/rancher:/var/lib/rancher  --acme-domain
Posted by: Guest on April-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language