Avoid collission on data volumes

This commit is contained in:
Simon Warta
2020-11-19 15:12:51 +01:00
parent 255fc2c0ed
commit e99d8401b2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ HOME_DIR="/root"
docker run \
--rm \
-it \
--mount type=volume,source=wasmcli_data,target=/root/.wasmcli \
--mount type=volume,source=launchpad_cli_data,target=/root/.wasmcli \
-w "$HOME_DIR" \
--env "HOME=$HOME_DIR" \
--net "container:$CONTAINER_NAME" \