Document the location of experimental binary

Some devs might want to download the binary directly,
especially for systems where the install script does not
work.

Signed-off-by: Ankush Agarwal <ankushagarwal11@gmail.com>
This commit is contained in:
Ankush Agarwal 2015-06-25 12:55:18 -07:00 committed by Tibor Vass
parent 572844ad99
commit 54ebf2ac44
1 changed files with 18 additions and 1 deletions

View File

@ -42,6 +42,23 @@ Unlike the regular Docker binary, the experimental channels is built and updated
This command downloads a test image and runs it in a container.
### Get the Linux binary
To download the latest experimental `docker` binary for Linux,
use the following URLs:
https://experimental.docker.com/builds/Linux/i386/docker-latest
https://experimental.docker.com/builds/Linux/x86_64/docker-latest
After downloading the appropriate binary, you can follow the instructions
[here](https://docs.docker.com/installation/binaries/#get-the-docker-binary) to run the `docker` daemon.
> **Note**
>
> 1) You can get the MD5 and SHA256 hashes by appending .md5 and .sha256 to the URLs respectively
>
> 2) You can get the compressed binaries by appending .tgz to the URLs
## Current experimental features
* [Support for Docker plugins](plugins.md)