I am not sure what I did wrong but docker will no longer create the docker0 bridge. I have to manually create the docker0 bridge every time i boot for docker to start properly.
I get the following:
INFO[0000] +job serveapi(unix:///var/run/docker.sock)
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
INFO[0000] +job init_networkdriver()
Could not find a free IP address range for interface ‘docker0’. Please configure its address manually and run 'docker -b docker0’
INFO[0000] -job init_networkdriver() = ERR (1)
FATA[0000] Could not find a free IP address range for interface ‘docker0’. Please configure its address manually and run ‘docker -b docker0’