Skip to content

Instantly share code, notes, and snippets.

@voltwu
Created August 12, 2020 08:41
Show Gist options
  • Save voltwu/2238cc6a7ce876047c6c8d9e1e0ba377 to your computer and use it in GitHub Desktop.
Save voltwu/2238cc6a7ce876047c6c8d9e1e0ba377 to your computer and use it in GitHub Desktop.
filter images by label
docker images --filter "label=environment"
docker images --filter "label=environment=test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment