Right now that doesn't happen, causing docker to fail. Requires the following to be manually run:
sudo apt-get install bridge-utils sudo ifconfig docker0 down sudo brctl delbr docker0 sudo systemctl restart docker`` Setting up the docker systemd unit to come up only after the flannel network is up should fix this.