docs/config
Sebastiaan van Stijn e22984f7d4
use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
..
containers use Dockerfile "syntax" directive in examples 2021-04-20 10:19:12 +02:00
daemon TASK: Add codeblocks to code examples 2021-03-04 12:06:54 +01:00
formatting.md Update formatting.md 2020-10-08 21:10:52 +07:00
labels-custom-metadata.md config: use relative markdown links 2020-04-23 13:03:36 +02:00
pruning.md Remove references to obsolete engine versions 2020-10-26 15:45:07 +01:00