From 4eb7377aa3fc730f395ce6a30e0f83d0cd7769f0 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 4 Oct 2017 15:50:30 -0700 Subject: [PATCH] Clarify that both daemon and client need Docker 17.05 to use multistage builds (#4800) --- engine/userguide/eng-image/multistage-build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/userguide/eng-image/multistage-build.md b/engine/userguide/eng-image/multistage-build.md index 175a8a839b..062d19b4ec 100644 --- a/engine/userguide/eng-image/multistage-build.md +++ b/engine/userguide/eng-image/multistage-build.md @@ -4,9 +4,9 @@ keywords: images, containers, best practices title: Use multi-stage builds --- -Multi-stage builds are a new feature in Docker 17.05, and they will be exciting -to anyone who has struggled to optimize Dockerfiles while keeping them easy to -read and maintain. +Multi-stage builds are a new feature requiring Docker 17.05 or higher on the +daemon and client. Multistage builds are useful to anyone who has struggled to +optimize Dockerfiles while keeping them easy to read and maintain. > **Acknowledgment**: > Special thanks to [Alex Ellis](https://twitter.com/alexellisuk) for granting