[Docker] Add cidr configuration for docker0 interface

Change-Id: Ib332086359a005146ffefb8b16c324ef04604785
Closes-Bug: #1590070
This commit is contained in:
Dmytro Dovbii 2016-06-08 17:21:46 +03:00
parent ce970bf5ba
commit efaeddeeca
2 changed files with 4 additions and 0 deletions

View File

@ -4,3 +4,5 @@ set -eu
install-packages curl
curl -sSL https://get.docker.com/ | sh
echo 'DOCKER_OPTS="--bip=172.31.0.1/16 --fixed-cidr=172.31.0.0/16"' >> /etc/default/docker

View File

@ -4,3 +4,5 @@ set -eu
install-packages curl
curl -sSL https://get.docker.com/ | sh
echo 'DOCKER_OPTS="--bip=172.31.0.1/16 --fixed-cidr=172.31.0.0/16"' >> /etc/default/docker