Goston

38%
Flag icon
the way you write your Dockerfiles has a huge impact on the size of your images. A common example is that every RUN instruction adds a new layer. As a result, it’s usually considered a best practice to include multiple commands as part of a single RUN instruction - all glued together with double-ampersands (&&) and backslash (\) line-breaks.
Docker Deep Dive: Zero to Docker in a single book
Rate this book
Clear rating
Open Preview