File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
212212docker pull benchbase.azurecr.io/benchbase-dev:latest
213213docker 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```
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ To use prebuilt containers when available:
7474docker 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:
You can’t perform that action at this time.
0 commit comments