Open
Description
Problem description
In the docker run
section at CLIs
document, usage of --mount
is recommended.
Even though there is no plan to deprecate
--volume
, usage of--mount
is recommended.
- (From: Add bind mounts or volumes using the --mount flag @ docker run | Docker Documentation)
But looking into the Docker run reference for the details, there's no mention about --mount
option.
Problem location
- As of the latest tree at 15f4c78.
- I saw a problem on the following URL:
--mount
was recommended on the following URL:
Project version(s) affected
- none
Suggestions for a fix
- The hard way: Add a new section for
--mount
in Docker run reference. - The easy way: Mention the
--mount
option a little in Docker run reference and link to CLI'srun
reference.