Devops
- How I write a Dockerfile without copying random examples
A Dockerfile is a recipe for building an image. The clearer the recipe, the easier the container is to rebuild and debug. The Dockerfile Builder tool gives me a safe place to test the idea before I put it into a script, …