Skip to content

Commit 30078af

Browse files
committed
added note about --rm
1 parent 6bf5337 commit 30078af

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docker/0.3.1_cpu/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ docker run -u $(id -u):$(id -g) \
5555
-it fracpete/pww3:0.3.1_cpu
5656
```
5757

58-
**NB:** Use `-v localdir:containerdir` to map directories from your host into the container.
58+
**NB:**
59+
60+
* Use `-v localdir:containerdir` to map directories from your host into the container.
61+
* Use `--rm` to automatically remove the container when you are exiting it.
62+
5963

6064
### With local packages
6165

@@ -68,5 +72,5 @@ docker run -u $(id -u):$(id -g) \
6872
-it fracpete/pww3:0.3.1_cpu
6973
```
7074

71-
**NB:** That way, you can separate various package installations on your host system
75+
**NB:** With this approach you can separate various package installations on your host system
7276
in different directories.

0 commit comments

Comments
 (0)