Created
January 9, 2021 15:42
-
-
Save roberthamel/9b8ad91d6a139872b8cfaf07888ed0e3 to your computer and use it in GitHub Desktop.
rancher-docker
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 80:80 -p 443:443 \ | |
-v $HOME/srv/rancher:/var/lib/rancher \ | |
--privileged \ | |
rancher/rancher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment