Conversation
experimental/README.md
Outdated
There was a problem hiding this comment.
Perhaps we should explain how to set it through the daemon.json file instead? That way, we don't have to explain how to create a drop-in file for systemd, and how to daemon-reload etc
There was a problem hiding this comment.
Probably a good thing to have both.
I'd make it more generic by stating that the service file for docker needs to be updated.
Not everyone has moved to systemd yet (present company included :))
|
cc @andrewhsu |
d038cfe to
d2db354
Compare
|
@AkihiroSuda for the upcoming release, we're going to keep the existing endpoints up for installing experimental so we need the instructions. We're also going to need the If you want to keep the section you add to the |
d2db354 to
0d24211
Compare
|
OK, entirely changed PR. Now it enables experimental features by default if the binary is built with
|
|
@AkihiroSuda what you had for just the As for enabling experimental by default upon install of a docker-engine package...the code should already be in The |
0d24211 to
eef9534
Compare
|
@andrewhsu OK, updated PR to only contain experimental/README.md |
experimental/README.md
Outdated
There was a problem hiding this comment.
I removed this line because make binary doesn't produce daemon.json with the experimental flag.
experimental/README.md
Outdated
There was a problem hiding this comment.
I removed this line because IIUC tgz is unlikely to contain daemon.json with the experimental flag.
Maybe we should mention RPM (and DEB, right?) here later.
experimental/README.md
Outdated
There was a problem hiding this comment.
The experimental package is built on the same schedule as the regular Docker binary now, this part also needs to be updated
There was a problem hiding this comment.
Perhaps wording along the lines of:
Experimental features are now included in the standard docker binaries as of version 1.13.0.
There was a problem hiding this comment.
Also tweaking of wording s/From one day to the next/From one release to the next/
eef9534 to
8a02480
Compare
experimental/README.md
Outdated
| If you install Docker from `experimental.docker.com`, the experimental features | ||
| are enabled by default. | ||
| The experimental package available at `experimental.docker.com` is almost | ||
| identical to the standard Docker package, but it contains `daemon.json` for |
There was a problem hiding this comment.
@andrewhsu is that going to be the case or are we going to use the cli flag?
There was a problem hiding this comment.
There will not be a release of experimental binaries for the 1.13.0 GA, so no need to create work for making sure the binaries are released.
Should we just remove this subsection?
PTAL @andrewhsu
|
ping @andrewhsu |
Updated PR according to this. |
8a02480 to
3dce3c3
Compare
experimental/README.md
Outdated
There was a problem hiding this comment.
looks like this is still using 8 spaces for indentation (which is no longer needed because the numbered list is gone).
while updating, can you use "fences" for this block, and a JSON code-hint? i.e.
```json
{
"experimental":true
}
```
experimental/README.md
Outdated
There was a problem hiding this comment.
same here, but with a bash type hint
Signed-off-by: Akihiro Suda <[email protected]>
3dce3c3 to
eb11a10
Compare
|
done @thaJeztah |
Signed-off-by: Akihiro Suda [email protected]