Skip to content

Commit

Permalink
Merge pull request quarkusio#310 from vorburger/patch-1
Browse files Browse the repository at this point in the history
docs: add --rm to docker run in building-native-image-guide
  • Loading branch information
cescoffier authored Dec 15, 2018
2 parents 5bbe783 + ad080ce commit c556566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-native-image-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ And finally, run it with:

[source]
----
docker run -i -p 8080:8080 shamrock-quickstart/quickstart
docker run -i --rm -p 8080:8080 shamrock-quickstart/quickstart
----

== What's next?
Expand Down

0 comments on commit c556566

Please sign in to comment.