Last active
September 19, 2018 19:27
-
-
Save afonasev/bd79c2882edb15aea6bbe682dbd51985 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 --name rancher \ | |
-p 8000:80 -p 8443:443 \ | |
-v /host/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