docs/develop
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
..
develop-images remove examples for ENV key value without '=' 2020-09-23 15:16:35 +02:00
dev-best-practices.md develop: use relative markdown links 2020-04-23 13:03:15 +02:00
index.md Fix [Ruby on Rails app on Docker lab] link 2020-08-30 11:42:32 +03:00