From a247b63aa18a31cc2aeb8e32c06b040a47764d0b Mon Sep 17 00:00:00 2001 From: Tom Fotherby Date: Tue, 8 Jul 2014 10:01:26 +0100 Subject: [PATCH] Typo fix Docker-DCO-1.1-Signed-off-by: Tom Fotherby (github: tomfotherby) --- docs/sources/userguide/dockervolumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/userguide/dockervolumes.md b/docs/sources/userguide/dockervolumes.md index 959a01c502..cf504e3343 100644 --- a/docs/sources/userguide/dockervolumes.md +++ b/docs/sources/userguide/dockervolumes.md @@ -84,7 +84,7 @@ history of the commands typed while in the container. > **Note:** > Many tools used to edit files including `vi` and `sed --in-place` may result -> in a inode change. Since docker v1.1.0 this will produce a error such as +> in an inode change. Since docker v1.1.0 this will produce an error such as > "*sed: cannot rename ./sedKdJ9Dy: Device or resource busy*". In the case where > you want to edit the mounted file, it is often easiest to instead mount the > parent directory.