Skip to content

Instantly share code, notes, and snippets.

@machinekoder
Created November 8, 2018 11:29
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 machinekoder/0d2ea117a38df6841bad6fe05d25c519 to your computer and use it in GitHub Desktop.
Save machinekoder/0d2ea117a38df6841bad6fe05d25c519 to your computer and use it in GitHub Desktop.
Cleanup Docker Btrfs
sudo su
service docker stop
ls -d -1 /var/lib/docker/btrfs/subvolumes/* | xargs btrfs subvolume delete
rm -rf /var/lib/docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment