docs: fix typo in removal of named volumes (#8686)

This commit is contained in:
Lars Gyrup Brink Nielsen
2019-04-23 02:52:20 +02:00
committed by Maria Bermudez
parent 1567a82775
commit bb659a656e

View File

@@ -512,7 +512,7 @@ testing using your preferred tools.
A Docker data volume persists after a container is deleted. There are two types
of volumes to consider:
- **Named volumes** have a specific source form outside the container, for example `awesome:/bar`.
- **Named volumes** have a specific source from outside the container, for example `awesome:/bar`.
- **Anonymous volumes** have no specific source so when the container is deleted, instruct the Docker Engine daemon to remove them.
### Remove anonymous volumes