Skip to content

Commit

Permalink
match docker run tutorial-tools with docker pull so that we don't end…
Browse files Browse the repository at this point in the history
… up with two images
  • Loading branch information
krissman authored May 29, 2024
1 parent c11c1ce commit da75371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/01_setup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ cd quarkus-tutorial
mkdir work
docker run -ti -p 8080:8080 -v `pwd`/work:/work \
-v `mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout`:/opt/developer/.m2/repository \
--rm quay.io/rhdevelopers/tutorial-tools:0.0.7 bash
--rm quay.io/rhdevelopers/tutorial-tools:latest bash
# -p will map Quarkus running in the container to your host port
# -v `pwd`... will map the host work subdirectory to the container /work directory, this is where you will create your application
Expand Down

0 comments on commit da75371

Please sign in to comment.