Last active
October 5, 2019 03:38
-
-
Save 100daysofdevops/6a5105464c79f0392f4a6a9889441150 to your computer and use it in GitHub Desktop.
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 container ls -a | |
CONTAINER ID IMAGE COMMAND CREATED | |
STATUS PORTS NAMES | |
a6e7f019a727 alpine "/bin/sh" 8 minutes ago | |
Exited (0) 8 minutes ago cool_swirles | |
e0cd40a8d6b6 alpine "ls -l" 21 minutes ago | |
Exited (0) 21 minutes ago frosty_nobel | |
ef57f217de51 hello-world "/hello" 40 minutes ago | |
Exited (0) 40 minutes ago tender_franklin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment