docker-container-ls-l [docker in a nutshell]
This file contains 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 container ls -l | |
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES | |
930c33a55205 my-awesome-app "ls -l" 6 seconds ago Exited (0) 4 seconds ago busy_robinson |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment