``` docker run -d -n=false \ ... ``` should probably read ``` docker run -d -b br0 -n=false \ ... ```