1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #16338 from twaugh/env-replacement-label

Add documentation note that LABEL allows environment replacement
This commit is contained in:
moxiegirl 2015-09-27 08:00:53 -07:00
commit f8f03a290c

View file

@ -155,6 +155,7 @@ the `Dockerfile`:
* `COPY` * `COPY`
* `ENV` * `ENV`
* `EXPOSE` * `EXPOSE`
* `LABEL`
* `USER` * `USER`
* `WORKDIR` * `WORKDIR`
* `VOLUME` * `VOLUME`