Skip to content

Commit 93533b1

Browse files
Copilotbpkroth
andcommitted
Clarify volume mount placeholder paths in Docker examples
Co-authored-by: bpkroth <6413716+bpkroth@users.noreply.github.com>
1 parent ac0011a commit 93533b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To modify the logging level you can update [`logging.properties`](src/main/resou
211211
# Pull the dev image for building from source
212212
docker pull benchbase.azurecr.io/benchbase-dev:latest
213213
docker run -it --rm \
214-
-v /path/to/benchbase-source:/benchbase \
214+
-v /path/to/your/benchbase-source:/benchbase \
215215
-v $HOME/.m2:/home/containeruser/.m2 \
216216
benchbase.azurecr.io/benchbase-dev:latest
217217
```

docker/benchbase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To use prebuilt containers when available:
7474
docker pull benchbase.azurecr.io/benchbase-dev:latest
7575
7676
# Provide a build environment for working with the local source code:
77-
docker run -it --rm -v /path/to/src:/benchbase benchbase.azurecr.io/benchbase-dev:latest
77+
docker run -it --rm -v /path/to/your/benchbase-source:/benchbase benchbase.azurecr.io/benchbase-dev:latest
7878
```
7979

8080
> Optional: also reuse the local `MAVEN_CONFIG_DIR` and it's repository download cache with the following argument:

0 commit comments

Comments
 (0)