mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Be more explicit about volume removal
Signed-off-by: Peter Salvatore <peter@psftw.com>
This commit is contained in:
parent
d244e8c379
commit
bfa3d5fa72
1 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,8 @@ You can also extend the chain by mounting the volume that came from the
|
|||
|
||||
If you remove containers that mount volumes, including the initial `dbdata`
|
||||
container, or the subsequent containers `db1` and `db2`, the volumes will not
|
||||
be deleted until there are no containers still referencing those volumes. This
|
||||
be deleted. To delete the volume from disk, you must explicitly call
|
||||
`docker rm -v` against the last container with a reference to the volume. This
|
||||
allows you to upgrade, or effectively migrate data volumes between containers.
|
||||
|
||||
## Backup, restore, or migrate data volumes
|
||||
|
|
Loading…
Reference in a new issue