From 752c3e9208fc44ca25d9698170d41d28a3005cee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Sun, 8 Jun 2014 20:31:10 +0200 Subject: [PATCH] Update dockervolumes.md Error on title note :) --- 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 34cfe05b47..c5d51f0e8e 100644 --- a/docs/sources/userguide/dockervolumes.md +++ b/docs/sources/userguide/dockervolumes.md @@ -58,7 +58,7 @@ we change the source code. The directory on the host must be specified as an absolute path and if the directory doesn't exist Docker will automatically create it for you. -> **Note::** +> **Note:** > This is not available from a `Dockerfile` due the portability > and sharing purpose of it. As the host directory is, by its nature, > host-dependent it might not work all hosts.