Skip to content

Commit

Permalink
Fix typo (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h authored and rhuss committed Nov 4, 2019
1 parent 15f97d0 commit 5f1fed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/asciidoc/inc/start/_overview.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[[start-overview]]
This goal creates and starts docker containers. This goals evaluates the configuration's `<run>` section of all given (and enabled images).
This goal creates and starts docker containers. This goal evaluates the configuration's `<run>` section of all given (and enabled images).

Also you can specify `docker.follow` as system property so that the `{plugin}:start` will never return but block until CTRL-C is pressed. That similar to the option `-i` for `docker run`. This will automatically switch on `showLogs` so that you can see what is happening within the container. Also, after stopping with CTRL-C, the container is stopped (but not removed so that you can make postmortem analysis). `{plugin}:run` is an alias for `{plugin}:start` with `docker.follow` enabled.

Expand Down

0 comments on commit 5f1fed9

Please sign in to comment.