Skip to content

Commit 03162b6

Browse files
Mentions read-write for docker image for SCC; fixes gh-2113
1 parent b7bf248 commit 03162b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/ROOT/pages/docker-project.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ $ curl -X GET http://localhost:9876/api/books
460460

461461
IMPORTANT: If you want use the stubs that you have built locally, on your host,
462462
you should set the `-e STUBRUNNER_STUBS_MODE=LOCAL` environment variable and mount
463-
the volume of your local m2 (`-v "$\{HOME}/.m2/:/home/scc/.m2:ro"`).
463+
the volume of your local m2 (`-v "$\{HOME}/.m2/:/home/scc/.m2:rw"`).
464464

465465
[[docker-stubrunner-example-messaging]]
466466
=== Example of Usage with Messaging
@@ -578,7 +578,7 @@ $ docker run \
578578
-e "STUBRUNNER_REPOSITORY_ROOT=git://https://github.com/marcingrzejszczak/cdct_python_contracts.git" \ <3>
579579
-e ADDITIONAL_OPTS="--thin.properties.dependencies.rabbitmq=org.apache.camel.springboot:camel-rabbitmq-starter:3.4.0" \ <4>
580580
-e "STUBRUNNER_STUBS_MODE=REMOTE" \ <5>
581-
-v "${HOME}/.m2/:/home/scc/.m2:ro" \ <6>
581+
-v "${HOME}/.m2/:/home/scc/.m2:rw" \ <6>
582582
-p 8750:8750 \ <7>
583583
springcloud/spring-cloud-contract-stub-runner:3.0.4-SNAPSHOT <8>
584584
```

0 commit comments

Comments
 (0)