Skip to content

Files

5 lines (3 loc) · 88 Bytes

cheatsheet.md

File metadata and controls

5 lines (3 loc) · 88 Bytes

Cheatsheet

List running docker images

docker ps | awk '{print $4}' | sort | uniq