fixed links showing as build errors per PR #3180
fixed links per build errors Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
This commit is contained in:
parent
6718e82966
commit
d1ea4d72ac
3 changed files with 7 additions and 10 deletions
|
|
@ -744,7 +744,7 @@ While it is possible to declare volumes on the fly as part of the service
|
|||
declaration, this section allows you to create named volumes that can be
|
||||
reused across multiple services (without relying on `volumes_from`), and are
|
||||
easily retrieved and inspected using the docker command line or API.
|
||||
See the [docker volume](/engine/reference/commandline/volume_create.md)
|
||||
See the [docker volume](https://docs.docker.com/engine/reference/commandline/volume_create/)
|
||||
subcommand documentation for more information.
|
||||
|
||||
### driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue