formatting

This commit is contained in:
Matthew Hooker 2017-06-05 10:17:53 -07:00
parent 63de443e33
commit f1465395aa
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 7 additions and 2 deletions

View File

@ -57,9 +57,14 @@ more easily tagged, pushed, etc.
## Basic Example: Changes to Metadata
Below is an example using the changes argument of the builder. This feature allows the source images metadata to be changed when committed back into the Docker environment. It is derived from the `docker commit --change` command line [option to Docker](https://docs.docker.com/engine/reference/commandline/commit/).
Below is an example using the changes argument of the builder. This feature
allows the source images metadata to be changed when committed back into the
Docker environment. It is derived from the `docker commit --change` command
line [option to
Docker](https://docs.docker.com/engine/reference/commandline/commit/).
Example uses of all of the options, assuming one is building an NGINX image from ubuntu as an simple example:
Example uses of all of the options, assuming one is building an NGINX image
from ubuntu as an simple example:
```json
{