We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 741aef3 commit 5f431bcCopy full SHA for 5f431bc
intermediate/docker-multistage-build/multiStageBuild.md
@@ -6,7 +6,7 @@ Multi-stage builds are a new feature requiring **Docker 17.05** or higher on the
6
7
Keeping the image size down is one of the challenging task while building image. Each instruction in Dockerfile adds a layer to the image.
8
Also, you need to remember to clean up any dependency/artifactory you don't need later. Earlier you might have used shell scripts
9
-to keep layers light as much as possible. Using shell tricks to write a really efficient Dockerfile is a painful task.
+to keep layers light as much as possible. Using shell scripts, tricks to write a really efficient Dockerfile is a painful task.
10
11
12
## What exactly is Multi-Stage Builds?
0 commit comments