Skip to content

Commit da75371

Browse files
authored
match docker run tutorial-tools with docker pull so that we don't end up with two images
1 parent c11c1ce commit da75371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/01_setup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ cd quarkus-tutorial
9393
mkdir work
9494
docker run -ti -p 8080:8080 -v `pwd`/work:/work \
9595
-v `mvn help:evaluate -Dexpression=settings.localRepository -q -DforceStdout`:/opt/developer/.m2/repository \
96-
--rm quay.io/rhdevelopers/tutorial-tools:0.0.7 bash
96+
--rm quay.io/rhdevelopers/tutorial-tools:latest bash
9797
9898
# -p will map Quarkus running in the container to your host port
9999
# -v `pwd`... will map the host work subdirectory to the container /work directory, this is where you will create your application

0 commit comments

Comments
 (0)