Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 120 Bytes

docker.md

File metadata and controls

4 lines (3 loc) · 120 Bytes

Get containers with only name and id

docker ps --format '{{ .ID }}\t{{ .Names }}'