docs/storage
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
..
images Add context about storage drivers 2018-04-06 13:51:29 -07:00
storagedriver use Dockerfile "syntax" directive in examples 2021-04-20 10:19:12 +02:00
bind-mounts.md Remove references to obsolete engine versions 2020-10-26 15:45:07 +01:00
index.md Remove references to obsolete engine versions 2020-10-26 15:45:07 +01:00
tmpfs.md Remove references to obsolete engine versions 2020-10-26 15:45:07 +01:00
troubleshooting_volume_errors.md Move storage docs into /storage (#5884) 2018-01-31 16:16:51 -08:00
volumes.md Adding usage of CIFS mounts so it is clear how to connect to a Samba share also by using hostnames. 2021-02-10 09:00:29 +00:00