Sign in
◑
Theme
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
b7fbdfb041dac8cb511fd889cabfd504f7e1cb2f
/
.
/
containers
/
org.eclipse.linuxtools.docker.editor
/
assets
/
additional-info
/
WORKDIR.html
blob: 724c58c1b0d435a319624f59d4074d7d8eccb38c [
file
]
<p>
<b>
WORKDIR
</b>
sets the working directory for all WORKDIR instruction sets the working directory for any RUN, CMD, ENTRYPOINT, COPY and ADD instructions that follow
</p>
<br/>
<p>
<pre>
WORKDIR /opt/architect
</pre>
</p>