Experimenting with Docker is fun because you can run several containerized services without messing anything up. That’s how I have a bunch of containers running in my humble home lab. However, I often ...
Docker containers are meant to be immutable, meaning the code and data they hold never change. Immutability is useful when you want to be sure the code running in production is the same as the code ...