Created
February 14, 2020 06:05
-
-
Save lsemenenko/71d15a8145fb77f8e1be5fd9b0897b15 to your computer and use it in GitHub Desktop.
Pull entrypoint/cmd from running containers
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 -f "{{.Path}} {{.Args}} ({{.Id}})" $(docker ps -a -q) | |
| Source: https://stackoverflow.com/questions/30441035/how-to-find-the-cmd-command-of-a-docker-image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment