Skip to content

Instantly share code, notes, and snippets.

@nrvale0
Last active June 17, 2016 01:26
Show Gist options
  • Save nrvale0/e84b7df7713b7b568d93af06f900446e to your computer and use it in GitHub Desktop.
Save nrvale0/e84b7df7713b7b568d93af06f900446e to your computer and use it in GitHub Desktop.
Rancher quick tips
  • install Rancher server: $ sudo docker run -d --restart=always -p 8080:8080 rancher/server

  • list orphaned Docker volumes: docker volume ls -qf dangling=true

  • remove orphaned Docker volumes: docker volume rm $(docker volume ls -qf dangling=true)

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