Created
April 19, 2019 18:25
-
-
Save eduardo-matos/3d1d0f7ade6220ebb6ab7184a0443ceb to your computer and use it in GitHub Desktop.
Script to run Rancher 2.0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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