Fix json formatting in dockerd docs
Fix another json formatiing error. Signed-off-by: Bastian Hofmann <bastianhofmann@me.com>
This commit is contained in:
parent
3352c0e137
commit
c7867f5cc6
@ -102,11 +102,11 @@ Options with [] may be specified multiple times.
|
|||||||
uses different binaries for the daemon and client. To run the daemon you
|
uses different binaries for the daemon and client. To run the daemon you
|
||||||
type `dockerd`.
|
type `dockerd`.
|
||||||
|
|
||||||
To run the daemon with debug output, use `dockerd -D` or add `debug: true` to
|
To run the daemon with debug output, use `dockerd -D` or add `"debug": true` to
|
||||||
the `daemon.json` file.
|
the `daemon.json` file.
|
||||||
|
|
||||||
> **Note**: In Docker 1.13 and higher, enable experimental features by starting
|
> **Note**: In Docker 1.13 and higher, enable experimental features by starting
|
||||||
> `dockerd` with the `--experimental` flag or adding `experimental: true` to the
|
> `dockerd` with the `--experimental` flag or adding `"experimental": true` to the
|
||||||
> `daemon.json` file. In earlier Docker versions, a different build was required
|
> `daemon.json` file. In earlier Docker versions, a different build was required
|
||||||
> to enable experimental features.
|
> to enable experimental features.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user