Clarify that both daemon and client need Docker 17.05 to use multistage builds (#4800)

This commit is contained in:
Misty Stanley-Jones 2017-10-04 15:50:30 -07:00 committed by GitHub
parent c6391e5998
commit 4eb7377aa3
1 changed files with 3 additions and 3 deletions

View File

@ -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