Skip to content

Instantly share code, notes, and snippets.

@meganabigaildavidson
Created October 12, 2018 16:01
Show Gist options
  • Select an option

  • Save meganabigaildavidson/3ed95b9e79505d06c3af2141808eaaa8 to your computer and use it in GitHub Desktop.

Select an option

Save meganabigaildavidson/3ed95b9e79505d06c3af2141808eaaa8 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment