Sign in
◑
Theme
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
b7fbdfb041dac8cb511fd889cabfd504f7e1cb2f
/
.
/
containers
/
org.eclipse.linuxtools.docker.editor
/
assets
/
additional-info
/
ADD.html
blob: 9285576a3b7fc3e5d734ab66bd5e573cbf942795 [
file
]
<p>
<b>
ADD
</b>
copies files, directories or remote file URLs from a source to a destination.
</p>
<br/>
<p>
<pre>
ADD hom* /mydir/ # adds all files starting with "hom"
</pre>
</p>