mirror of https://github.com/docker/docs.git
updated volumes link
This commit is contained in:
parent
ed5cad4884
commit
326b8efe9e
|
@ -28,7 +28,7 @@ For more information on the relation between Go and CockroachDB, please refer to
|
|||
|
||||
### Storage
|
||||
|
||||
The point of a database is to have a persistent store of data. [Volumes](../../storage/volumes/) are the preferred mechanism for persisting data generated by and used by Docker containers. Thus, before we start CockroachDB, let's create the volume for it.
|
||||
The point of a database is to have a persistent store of data. [Volumes](../../storage/volumes.md) are the preferred mechanism for persisting data generated by and used by Docker containers. Thus, before we start CockroachDB, let's create the volume for it.
|
||||
|
||||
To create a managed volume, run :
|
||||
|
||||
|
|
Loading…
Reference in New Issue