Improvise documentation for builder.rst / VOLUME command

This commit is contained in:
Vinod Kulkarni
2013-11-14 09:54:31 +05:30
parent f26da9638f
commit 37abc07852
+3 -2
View File
@@ -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
---------