1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Update the instructions for building experimental docker binaries

There is no dynbinary target.

Signed-off-by: Tom Denham <tom@tomdee.co.uk>
This commit is contained in:
Tom Denham 2015-09-16 13:16:36 -07:00
parent 259a0fb16c
commit f9e9a622f0

View file

@ -65,9 +65,9 @@ After downloading the appropriate binary, you can follow the instructions
### Build an experimental binary ### Build an experimental binary
You can also build the experimental binary from the standard development environment by adding 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, `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 ## Current experimental features