# HG changeset patch # User Goffi # Date 1456516013 -3600 # Node ID 83dacf8fda4721825f37c5c39e2019344b53cc7e # Parent d9f9de4bd7a0f2cad9ee6368b2a9007a4941fe18 docker (libervia_cont): added -v argument in help message for removing sat_data in restore command diff -r d9f9de4bd7a0 -r 83dacf8fda47 docker/libervia_cont.sh --- a/docker/libervia_cont.sh Fri Feb 26 20:20:36 2016 +0100 +++ b/docker/libervia_cont.sh Fri Feb 26 20:46:53 2016 +0100 @@ -329,7 +329,7 @@ docker run --name $VOLUME_ALIAS $VOLUME_CONT > /dev/null 2>&1 if [ $? -ne 0 ]; then printf "Can't create $VOLUME_ALIAS container.\n\ -If you have an existing one, please remove it with \"docker rm $VOLUME_ALIAS\" (/!\\ it will remove *ALL* your data)\n\n\ +If you have an existing one, please remove it with \"docker rm -v $VOLUME_ALIAS\" (/!\\ it will remove *ALL* your data)\n\n\ Hint: you can also rename your current data container with \"docker rename $VOLUME_ALIAS new_container_name\"\n" exit 1 fi