docs/develop/develop-images
Sebastiaan van Stijn f6adc80d9a
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.

Also updating some code-blocks that were missing language-hints

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-23 15:16:35 +02:00
..
baseimages.md develop: use relative markdown links 2020-04-23 13:03:15 +02:00
build_enhancements.md Update architectures in matrix (#10999) 2020-06-16 14:39:07 +01:00
dockerfile_best-practices.md remove examples for ENV key value without '=' 2020-09-23 15:16:35 +02:00
image_management.md develop: use relative markdown links 2020-04-23 13:03:15 +02:00
multistage-build.md Update markdown language hints to work with "rouge" 2020-03-17 14:49:51 +01:00