Created
October 5, 2021 12:47
-
-
Save repen/b8ef1b72cd741d218d08a60258b272b1 to your computer and use it in GitHub Desktop.
Docker ps -a
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 ps -a --format "table {{.ID}}\t{{.Image}}\t{{.Status}}\t{{.Names}}" | |
docker ps -a --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment