From 37abc07852874939aabe7ba9a346d4d893e40409 Mon Sep 17 00:00:00 2001 From: Vinod Kulkarni Date: Thu, 14 Nov 2013 09:54:31 +0530 Subject: [PATCH] Improvise documentation for builder.rst / VOLUME command --- docs/sources/use/builder.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/use/builder.rst b/docs/sources/use/builder.rst index e48f3f2a48..970be30ce7 100644 --- a/docs/sources/use/builder.rst +++ b/docs/sources/use/builder.rst @@ -310,8 +310,9 @@ this optional but default, you could use a CMD: ``VOLUME ["/data"]`` -The ``VOLUME`` instruction will add one or more new volumes to any -container created from the image. +The ``VOLUME`` instruction will create a mount point with the specified name and mark it +as holding externally mounted volumes from native host or other containers. For more information/examples +and mounting instructions via docker client, refer to :ref:`volume_def` documentation. 3.10 USER ---------