From f1465395aae8d4f7c8351599ff3bb35d1f70e1f2 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 5 Jun 2017 10:17:53 -0700 Subject: [PATCH] formatting --- website/source/docs/builders/docker.html.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/website/source/docs/builders/docker.html.md b/website/source/docs/builders/docker.html.md index fc39422dd..8527becf8 100644 --- a/website/source/docs/builders/docker.html.md +++ b/website/source/docs/builders/docker.html.md @@ -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/). - -Example uses of all of the options, assuming one is building an NGINX image from ubuntu as an simple example: +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: ```json {