We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ee70a + da75371 commit a5fda30Copy full SHA for a5fda30
documentation/modules/ROOT/pages/01_setup.adoc
@@ -93,7 +93,7 @@ cd quarkus-tutorial
93
mkdir work
94
docker run -ti -p 8080:8080 -v `pwd`/work:/work \
95
-v `mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout`:/opt/developer/.m2/repository \
96
- --rm quay.io/rhdevelopers/tutorial-tools:0.0.7 bash
+ --rm quay.io/rhdevelopers/tutorial-tools:latest bash
97
98
# -p will map Quarkus running in the container to your host port
99
# -v `pwd`... will map the host work subdirectory to the container /work directory, this is where you will create your application
0 commit comments