Skip to content

Instantly share code, notes, and snippets.

@erkanzileli
Last active August 19, 2019 10:53
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 erkanzileli/3465c13c538fdba3e031320018e54d08 to your computer and use it in GitHub Desktop.
Save erkanzileli/3465c13c538fdba3e031320018e54d08 to your computer and use it in GitHub Desktop.
Single node Rancher installation

docker volume create racher docker run -d --restart=unless-stopped -p 7080:80 -p 7443:443 --name rancher -v rancher:/var/lib/rancher -v pwd/fullchain.pem:/etc/rancher/ssl/cert.pem -v pwd/privkey.pem:/etc/rancher/ssl/key.pem rancher/rancher --no-cacerts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment