mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Update link to docker volume create docs.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
13ec3d0217
commit
6d2aa80435
@ -646,7 +646,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
|
declaration, this section allows you to create named volumes that can be
|
||||||
reused across multiple services (without relying on `volumes_from`), and are
|
reused across multiple services (without relying on `volumes_from`), and are
|
||||||
easily retrieved and inspected using the docker command line or API.
|
easily retrieved and inspected using the docker command line or API.
|
||||||
See the [docker volume](http://docs.docker.com/reference/commandline/volume/)
|
See the [docker volume](/engine/reference/commandline/volume_create.md)
|
||||||
subcommand documentation for more information.
|
subcommand documentation for more information.
|
||||||
|
|
||||||
### driver
|
### driver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user