Skip to content

Instantly share code, notes, and snippets.

@eduardo-matos
Created April 19, 2019 18:25
Show Gist options
  • Save eduardo-matos/3d1d0f7ade6220ebb6ab7184a0443ceb to your computer and use it in GitHub Desktop.
Save eduardo-matos/3d1d0f7ade6220ebb6ab7184a0443ceb to your computer and use it in GitHub Desktop.
Script to run Rancher 2.0
docker run -d --restart=unless-stopped \
-p 80:80 -p 443:443 \
-v /opt/rancher:/var/lib/rancher \
rancher/rancher:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment