mirror of https://github.com/docker/docs.git
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> |
||
|---|---|---|
| .. | ||
| images | ||
| nodejs | ||
| 02_our_app.md | ||
| 03_updating_app.md | ||
| 04_sharing_app.md | ||
| 05_persisting_data.md | ||
| 06_bind_mounts.md | ||
| 07_multi_container.md | ||
| 08_using_compose.md | ||
| 09_image_best.md | ||
| 11_what_next.md | ||
| index.md | ||
| kube-deploy.md | ||
| nav.html | ||
| orchestration.md | ||
| overview.md | ||
| resources.md | ||
| swarm-deploy.md | ||