thesuhu

Docker Container

Feb 10th, 2022 (edited)
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. # list container name only
  2. docker ps --format{{.Image}}
  3.  
  4. # inspect
  5. docker inspect --format='{{.Id}} {{.Name}} {{.Image}}' $(docker ps -aq)
Add Comment
Please, Sign In to add comment