Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skeptrunedev/dc9613a7b32b9faaa800d8db52f9cfc9 to your computer and use it in GitHub Desktop.
Save skeptrunedev/dc9613a7b32b9faaa800d8db52f9cfc9 to your computer and use it in GitHub Desktop.
Kill all Currently Running Docker Images Linux Command
docker ps -q | xargs docker kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment