Skip to content

Instantly share code, notes, and snippets.

@webern
webern / docker-commands.md
Last active March 8, 2023 21:35
Nuke Docker from Orbit

You can double-check the docker data directory with this, but I considered too dangerous to include in the rm -rf command.

docker info | grep 'Docker Root Dir' | grep -oE '/.*'

Nuke Docker from Orbit