• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle
  • 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.