aboutsummaryrefslogtreecommitdiffstats
path: root/build-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-docker.sh')
-rwxr-xr-xbuild-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-docker.sh b/build-docker.sh
index 6d0b2d0..39bd51b 100755
--- a/build-docker.sh
+++ b/build-docker.sh
@@ -45,7 +45,7 @@ fi
if [ "$CONTAINER_EXISTS" != "" ] && [ "$CONTINUE" != "1" ]; then
echo "Container $CONTAINER_NAME already exists and you did not specify CONTINUE=1. Aborting."
echo "You can delete the existing container like this:"
- echo " docker rm $CONTAINER_NAME"
+ echo " docker rm -v $CONTAINER_NAME"
exit 1
fi