docs/compose
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
..
compose-file use Dockerfile "syntax" directive in examples 2021-04-20 10:19:12 +02:00
images move compose examples to the samples directory 2021-04-19 10:38:56 +02:00
reference compose: move reference/overview page 2021-04-19 10:54:04 +02:00
cli-command-compatibility.md Update compose-cli compatibility list 2021-04-09 09:54:35 -03:00
cli-command.md Debugging the codeblock in the Linux install for Compose CLI (#12551) 2021-03-23 21:37:57 +00:00
completion.md Minor style update 2021-03-25 15:29:17 +00:00
env-file.md Update docs on Compose environment files (#12514) 2021-03-23 21:42:08 +00:00
environment-variables.md Update docs on Compose environment files (#12514) 2021-03-23 21:42:08 +00:00
extends.md compose: move reference/overview page 2021-04-19 10:54:04 +02:00
faq.md compose: move reference/overview page 2021-04-19 10:54:04 +02:00
gettingstarted.md use Dockerfile "syntax" directive in examples 2021-04-20 10:19:12 +02:00
gpu-support.md Updated the link to use relative path 2021-02-16 10:24:11 +00:00
index.md compose: move reference/overview page 2021-04-19 10:54:04 +02:00
install.md Update dependencies on install 2021-02-15 12:40:55 -03:00
networking.md compose: move reference/overview page 2021-04-19 10:54:04 +02:00
production.md TASK: Add codeblocks to code examples 2021-03-04 12:06:54 +01:00
profiles.md compose: move reference/overview page 2021-04-19 10:54:04 +02:00
release-notes.md Fix a typo 2021-04-15 15:54:31 +01:00
samples-for-compose.md move compose examples to the samples directory 2021-04-19 10:38:56 +02:00
startup-order.md (temporarily) replace compose-file deep links to v3 docs 2021-01-07 14:21:37 +01:00