Sign in
◑
Theme
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
b7fbdfb041dac8cb511fd889cabfd504f7e1cb2f
/
.
/
containers
/
org.eclipse.linuxtools.docker.editor
/
assets
/
additional-info
/
COPY.html
blob: fd4890c2dacd73689374f65a00271c8c11dc1446 [
file
]
<p>
<b>
COPY
</b>
copies new files or directories from source and adds them to the filesystem of the container at the destination path
</p>
<br/>
<p>
<pre>
COPY hom* /mydir/ # adds all files starting with "hom"
</pre>
</p>