File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
7276in different directories.
You can’t perform that action at this time.
0 commit comments