Skip to content

Instantly share code, notes, and snippets.

@cusspvz
Created October 21, 2015 15:10
Show Gist options
  • Save cusspvz/6cb10495a64ba27ed5cf to your computer and use it in GitHub Desktop.
Save cusspvz/6cb10495a64ba27ed5cf to your computer and use it in GitHub Desktop.
unregister rancher-agent
#!/bin/bash
sudo docker stop $(sudo docker ps -q);
sudo docker rm $(sudo docker ps -a -q);
sudo rm -fR /var/lib/rancher/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment