blob: fcffb119be33d7358305faf8fee842093d57dc98 [file]
<p>
<b>VOLUME</b> creates a mount point with the specified name
</p>
<br/>
<p>
<pre>
VOLUME ["/data"] # specified as a JSON array
VOLUME /var/log
VOLUME /var/log /var/db
</pre>
</p>