From bb659a656e69eded870aa935ab3cc9e33d80eac4 Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Tue, 23 Apr 2019 02:52:20 +0200 Subject: [PATCH] docs: fix typo in removal of named volumes (#8686) --- storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/volumes.md b/storage/volumes.md index b3472f7680..1c5b42c570 100644 --- a/storage/volumes.md +++ b/storage/volumes.md @@ -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