Fix typo "WRKDIR" -> "WORKDIR"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Upstream-commit: 6fdb583f3899362db13292ad3cad31fec970d638
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2015-03-25 23:47:38 +01:00
parent a4f43804e5
commit c24a1cf195

View File

@ -283,7 +283,7 @@ A Dockerfile is similar to a Makefile.
instruction can be used any number of times in a Dockerfile, and will only affect
subsequent commands.
**WRKDIR**
**WORKDIR**
-- `WORKDIR /path/to/workdir`
The **WORKDIR** instruction sets the working directory for the **RUN**, **CMD**,
**ENTRYPOINT**, **COPY** and **ADD** Dockerfile commands that follow it. It can