Comment on What is Docker?

<- View Parent
chunkystyles@sopuli.xyz ⁨20⁩ ⁨hours⁩ ago

containers should be immutable and not be able to write to their internal filesystem

This doesn’t jive with my understanding. Containers cannot write to the image. The image is immutable. However, a running container can write to its filesystem, but those changes are ephemeral, and will disappear if the container stops.

source
Sort:hotnewtop