Guest User

Untitled

a guest
Dec 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. When using docker ps, here are the formats you can use:
  2. - {{.ID}}
  3. - {{.Image}}
  4. - {{.Command}}
  5. - {{.RunningFor}}
  6. - {{.Status}}
  7. - {{.Ports}}
  8. - {{.Names}}
  9.  
  10. ```docker ps --format {yourFormat}```
Add Comment
Please, Sign In to add comment