DockerCLI/docs/reference
Sebastiaan van Stijn 10973d6ddf
builder: rephrase ENV section, remove examples for ENV key value without '='
The `ENV key value` form can be ambiguous, for example, the following defines
a single env-variable (`ONE`) with value `"TWO= THREE=world"`:

    ENV ONE TWO= THREE=world

While we cannot deprecate/remove that syntax (as it would break existing
Dockerfiles), we should reduce exposure of the format in our examples.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 0a0037c6fd)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-28 14:15:48 +02:00
..
commandline builder: rephrase ENV section, remove examples for ENV key value without '=' 2020-09-28 14:15:48 +02:00
builder.md builder: rephrase ENV section, remove examples for ENV key value without '=' 2020-09-28 14:15:48 +02:00
glossary.md Removing titles from md files 2017-10-13 15:24:06 -07:00
index.md Removing titles from md files 2017-10-13 15:24:06 -07:00
run.md docs: document CAP_AUDIT_READ 2020-09-18 01:33:35 +02:00