Also use -v in error message

pull/85/head
Andrew Smith 2017-05-18 14:15:31 +01:00 committed by XECDesign
parent 22c4105b57
commit cdf1cf2aba
1 changed files with 1 additions and 1 deletions

View File

@ -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