Created
September 14, 2018 20:38
-
-
Save dudash/dfe3e9359ef99c2fcfccd3b46998b336 to your computer and use it in GitHub Desktop.
CLI to list running image details for Image, User, and Container Name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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