app-emulation/docker: use the Unmanaged networkd option

This also bumps the commit to revert the workaround that previously
addressed the issue.
This commit is contained in:
David Michael 2016-12-05 16:07:08 -08:00
parent 9f6c3e3d9f
commit 9dfb4f7cc3
4 changed files with 5 additions and 3 deletions

View File

@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
DOCKER_GITCOMMIT="unknown"
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="34a2ead3915aa6bf03b5c56b5033203e96e690a1" # coreos-1.12.3
CROS_WORKON_COMMIT="cc361da5ab1aa7df69604a856c8194468e972105" # coreos-1.12.3
DOCKER_GITCOMMIT="${CROS_WORKON_COMMIT:0:7}"
KEYWORDS="amd64 arm64"
fi

View File

@ -1,4 +1,5 @@
[Match]
Driver=veth
[Network]
[Link]
Unmanaged=yes

View File

@ -2,4 +2,5 @@
Type=bridge
Name=docker*
[Network]
[Link]
Unmanaged=yes