You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `--squash` option creates a final image without the intermediate build layers. This creates a smaller but less modular image.
23
-
This option requires the `--experimental` option in the docker daemon, see [docker build Reference Manual](https://docs.docker.com/engine/reference/commandline/#squash-an-images-layers---squash-experimental).
22
+
- The `--squash` option creates a final image without the intermediate build layers. This creates a smaller but less modular image.
23
+
This option requires the `--experimental` option in the docker daemon, see [docker build Reference Manual](https://docs.docker.com/engine/reference/commandline/build/#squash-an-images-layers---squash-experimental).
24
24
- The `--force-rm` option removes the intermediate layers after build.
0 commit comments