Sign in
◑
Theme
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
b7fbdfb041dac8cb511fd889cabfd504f7e1cb2f
/
.
/
containers
/
org.eclipse.linuxtools.docker.editor
/
assets
/
additional-info
/
VOLUME.html
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>