Mercurial > sat_docs
changeset 99:15e317bb602f
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)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 26 Feb 2016 17:29:34 +0100 |
parents | 349cbfea2596 |
children | d9f9de4bd7a0 |
files | docker/libervia_cont.sh |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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