“The ability to observe without evaluating is the highest form of intelligence.”

— Jiddu Krishnamurti

Prologue

This is a collection of useful Docker commands that is used but not remembered. 😎

This article will be updated from time to time.

You may also like: Linux Cheat Sheet


Basic Use


Tricks

Remove all <none> images

1
docker rmi $(sudo docker images -f "dangling=true" -q)