Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 141 Bytes

docker.md

File metadata and controls

11 lines (8 loc) · 141 Bytes

Docker commands...

cleanup

docker system df
docker system prune

# delete all local images
docker rmi -f $(docker images -aq)