Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Last active June 4, 2020 17:36
Show Gist options
  • Save jmrobles/7e4b57db53bac84625feb5c35752cd23 to your computer and use it in GitHub Desktop.
Save jmrobles/7e4b57db53bac84625feb5c35752cd23 to your computer and use it in GitHub Desktop.
Rancher install
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
-v /root/rancher:/var/lib/rancher \
--name rancher-server \
rancher/rancher:latest \
--acme-domain <YOUR-DOMAIN-FOR-RANCHER-SERVER>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment