Skip to content

Instantly share code, notes, and snippets.

@dudash
Created September 14, 2018 20:38
Show Gist options
  • Save dudash/dfe3e9359ef99c2fcfccd3b46998b336 to your computer and use it in GitHub Desktop.
Save dudash/dfe3e9359ef99c2fcfccd3b46998b336 to your computer and use it in GitHub Desktop.
CLI to list running image details for Image, User, and Container Name
docker inspect $(docker ps -aq) --format '{{.Config.Image}} {{.Config.User}} {{.Name}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment