Commit Graph

12 Commits

Author SHA1 Message Date
CrazyMax e1ad0b67f3
Update buildx docs (#13267)
* Update buildx docs

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>

* Minor style updates

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-08-03 10:38:41 +01:00
TED 558ab5e179
Fix broken link 2021-04-29 15:17:20 +07:00
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
Sebastiaan van Stijn 19ede730f6
working-with-buildx: wrap, remove experimental, and some updates
- remove the experimental banner
- moved the "install as default builder section under the install
  section
- wrapped lines to be ~80 chars
- created some links to reference pages

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-07 16:14:46 +02:00
Dawn-Docker 3c54d2ff9c
Update toc (#9819) 2019-11-08 08:13:40 -08:00
Robbert Klarenbeek 4be3d95bd1
Fix FROM command 2019-09-17 01:14:50 +02:00
usha-mandya cbc72297c6 Remove note format for experimental msg 2019-06-13 15:21:55 +01:00
usha-mandya 498ee7ab15 Add experimental msg in buildx docs 2019-06-12 19:14:46 +01:00
Usha Mandya 2038c26459
Remove include tag
Test whether the build works fine without the include tag.
2019-06-12 17:42:50 +01:00
usha-mandya 14277ff660 Fix tech review comments 2019-06-12 17:35:34 +01:00
usha-mandya 3143b900a9 update buildx metadata 2019-05-31 18:15:20 +01:00
usha-mandya 0602f630e4 1104 - Adding CLI plugin docs for Buildx 2019-05-31 17:41:01 +01:00