Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jvodan committed Dec 21, 2015
1 parent 77aff8f commit dab3f91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions routines/root_user/setup_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ update-grub
docker rm test
#need to restart to get dns set
service docker stop

docker_db_state=`strings /var/lib/docker/network/files/local-kv.db`
if test -z "$docker_db_state"
then
rm /var/lib/docker/network/files/local-kv.db
fi

if test -z "$ip"
then
Expand Down

0 comments on commit dab3f91

Please sign in to comment.