Skip to content

Commit 01cfb70

Browse files
committed
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>
1 parent 9356c76 commit 01cfb70

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

experimental/README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ issues associated with it. If necessary, links are provided to additional
99
documentation on an issue. As an active Docker user and community member,
1010
please feel free to provide any feedback on these features you wish.
1111

12-
## Install Docker experimental
12+
## Install Docker experimental
1313

1414
Unlike the regular Docker binary, the experimental channels is built and updated nightly on TO.BE.ANNOUNCED. From one day to the next, new features may appear, while existing experimental features may be refined or entirely removed.
1515

@@ -42,6 +42,23 @@ Unlike the regular Docker binary, the experimental channels is built and updated
4242

4343
This command downloads a test image and runs it in a container.
4444

45+
### Get the Linux binary
46+
To download the latest experimental `docker` binary for Linux,
47+
use the following URLs:
48+
49+
https://experimental.docker.com/builds/Linux/i386/docker-latest
50+
51+
https://experimental.docker.com/builds/Linux/x86_64/docker-latest
52+
53+
After downloading the appropriate binary, you can follow the instructions
54+
[here](https://docs.docker.com/installation/binaries/#get-the-docker-binary) to run the `docker` daemon.
55+
56+
> **Note**
57+
>
58+
> 1) You can get the MD5 and SHA256 hashes by appending .md5 and .sha256 to the URLs respectively
59+
>
60+
> 2) You can get the compressed binaries by appending .tgz to the URLs
61+
4562
## Current experimental features
4663

4764
* [Support for Docker plugins](plugins.md)

0 commit comments

Comments
 (0)