# HG changeset patch # User Goffi # Date 1456504174 -3600 # Node ID 15e317bb602f1b729c4783628db1ad4074ed1a41 # Parent 349cbfea2596d7cca94ed8eb9f41e39589a5b484 docker (libervia_cont): removed instructions about commiting sat_data, as a volume container will not commit data (see https://github.com/docker/docker/issues/7583) diff -r 349cbfea2596 -r 15e317bb602f docker/libervia_cont.sh --- a/docker/libervia_cont.sh Fri Feb 26 16:09:01 2016 +0100 +++ b/docker/libervia_cont.sh Fri Feb 26 17:29:34 2016 +0100 @@ -330,8 +330,7 @@ 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\ -Hint: you can commit your container to avoid risk with \"docker commit $VOLUME_ALIAS your_committed_image_name\"\n\ - you can also rename your current data container with \"docker rename $VOLUME_ALIAS new_container_name\"\n" +Hint: you can also rename your current data container with \"docker rename $VOLUME_ALIAS new_container_name\"\n" exit 1 fi