Skip to content

Instantly share code, notes, and snippets.

@roberthamel
Created January 9, 2021 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roberthamel/9b8ad91d6a139872b8cfaf07888ed0e3 to your computer and use it in GitHub Desktop.
Save roberthamel/9b8ad91d6a139872b8cfaf07888ed0e3 to your computer and use it in GitHub Desktop.
rancher-docker
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