|
@@ -35,7 +35,7 @@ undesired, set the 'p' option to false.
|
|
|
|
|
|
The `--change` option will apply `Dockerfile` instructions to the image that is
|
|
The `--change` option will apply `Dockerfile` instructions to the image that is
|
|
created. Supported `Dockerfile` instructions:
|
|
created. Supported `Dockerfile` instructions:
|
|
-`CMD`|`ENTRYPOINT`|`ENV`|`EXPOSE`|`ONBUILD`|`USER`|`VOLUME`|`WORKDIR`
|
|
|
|
|
|
+`CMD`|`ENTRYPOINT`|`ENV`|`EXPOSE`|`LABEL`|`ONBUILD`|`USER`|`VOLUME`|`WORKDIR`
|
|
|
|
|
|
## Commit a container
|
|
## Commit a container
|
|
|
|
|