Skip to content

Instantly share code, notes, and snippets.

@riseno
Last active February 4, 2019 21:11
Show Gist options
  • Save riseno/ba6f5ed0d5cf16aff4162a43351d58b0 to your computer and use it in GitHub Desktop.
Save riseno/ba6f5ed0d5cf16aff4162a43351d58b0 to your computer and use it in GitHub Desktop.
Clean up untagged images
docker rmi -f $(docker images | grep "<none>" | awk "{print \$3}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment