[Docker] Add cidr configuration for docker0 interface
Change-Id: Ib332086359a005146ffefb8b16c324ef04604785 Closes-Bug: #1590070
This commit is contained in:
parent
b46d49af09
commit
8dd4721331
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user