Skip to content

Instantly share code, notes, and snippets.

@drhuffman12
Last active April 23, 2018 18:40
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 drhuffman12/a2ca598f13284269d72f4eba27109849 to your computer and use it in GitHub Desktop.
Save drhuffman12/a2ca598f13284269d72f4eba27109849 to your computer and use it in GitHub Desktop.
docker scratchpad
# Remove all images by name
export IMAGE_NAME
IMAGE_NAME=<none>
docker rmi -f `docker images -a | grep $IMAGE_NAME | awk '{print $3}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment