mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 07:21:14 +02:00
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:
parent
9f6c3e3d9f
commit
9dfb4f7cc3
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
[Match]
|
||||
Driver=veth
|
||||
|
||||
[Network]
|
||||
[Link]
|
||||
Unmanaged=yes
|
||||
|
@ -2,4 +2,5 @@
|
||||
Type=bridge
|
||||
Name=docker*
|
||||
|
||||
[Network]
|
||||
[Link]
|
||||
Unmanaged=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user