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>
This table now only provided a list of names with links to each
official image that we previously included in our docs. This list
may be outdated, and without a description present, did not add
value over the list that can be found on Docker Hub.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This should not make a difference for the rendered HTML, but makes the markdown
source slightly more readable.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Unifying all "examples" in this directory; some of these should still be
reviewed and/or removed in favor of examples from "awesome compose"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>