Update the instructions for building experimental docker binaries

There is no dynbinary target.

Signed-off-by: Tom Denham <tom@tomdee.co.uk>
Upstream-commit: cd90efa040
Component: cli
This commit is contained in:
Tom Denham
2017-06-02 00:07:09 +00:00
committed by Tibor Vass
parent 0a7b038a58
commit 81561fcf99
+2 -2
View File
@@ -65,9 +65,9 @@ After downloading the appropriate binary, you can follow the instructions
### Build an experimental binary
You can also build the experimental binary from the standard development environment by adding
`DOCKER_EXPERIMENTAL=1` to the environment where you run `make` to build Docker binaries. For example,
to build a dynamically-linked Docker binary with the experimental features enabled:
to build a Docker binary with the experimental features enabled:
$ DOCKER_EXPERIMENTAL=1 make dynbinary
$ DOCKER_EXPERIMENTAL=1 make binary
## Current experimental features