소스 검색

Merge pull request #2690 from codevin/master

Improvise documentation for builder.rst / VOLUME command
Andy Rothfusz 11 년 전
부모
커밋
bed87ea103
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      docs/sources/use/builder.rst

+ 3 - 2
docs/sources/use/builder.rst

@@ -318,8 +318,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
 ---------