docker
-

Why a thousand containers weigh almost nothing
Docker can run a hundred copies of the same image without storing it a hundred times. The trick is copy-on-write — and…

Docker can run a hundred copies of the same image without storing it a hundred times. The trick is copy-on-write — and…