Skip to content

Instantly share code, notes, and snippets.

@Aviksaikat
Created May 18, 2023 11:09
Show Gist options
  • Save Aviksaikat/b987d494c6640920a01902a012b2abfe to your computer and use it in GitHub Desktop.
Save Aviksaikat/b987d494c6640920a01902a012b2abfe to your computer and use it in GitHub Desktop.
remove none tagged docker images
docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment