docker_quick-n-dirty

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docker_quick-n-dirty [2025/03/27 17:14] – [List Containers] mguptondocker_quick-n-dirty [2025/03/28 16:21] (current) – [List Containers] mgupton
Line 2: Line 2:
 ===== List Containers ===== ===== List Containers =====
 <code bash> <code bash>
-docker ps --format "\nID:{{.ID}} \nNames: {{.Names}} \nCommand: {{.Command}} \nPorts: {{.Ports}} \nImage: {{.Image}}" --no-trunc+docker ps --format "\nID:{{.ID}} \nNames: {{.Names}} \nCommand: {{.Command}} \nPorts: {{.Ports}} \nImage: {{.Image}} \nCreated: {{.CreatedAt}}" --no-trunc
 </code> </code>
  
  • docker_quick-n-dirty.txt
  • Last modified: 2025/03/28 16:21
  • by mgupton