Unverified Commit 9e2586e0 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] use 'docker run --rm' in valgrind instructions (#5127)

parent 46ebfd21
...@@ -453,6 +453,7 @@ You can replicate these checks locally using Docker. Note that instrumented vers ...@@ -453,6 +453,7 @@ You can replicate these checks locally using Docker. Note that instrumented vers
```shell ```shell
docker run \ docker run \
--rm \
-v $(pwd):/opt/LightGBM \ -v $(pwd):/opt/LightGBM \
-w /opt/LightGBM \ -w /opt/LightGBM \
-it \ -it \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment