mirror of
https://github.com/docker/cli.git
synced 2026-08-28 10:05:17 -05:00
The experimental `docker build --squash` feature has a number of limitations. For most use-cases, multi-stage builds are a better alternative. This patch lists the known limitations, and adds a link to multi-stage builds. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>