mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-22 15:01:00 +02:00
app-emulation/docker: mask bridges from "docker network create"
There will be more race conditions from networkd attempting to claim every network interface for users of "docker network" without this Match pattern. Bridges are named "br-" followed by hex.
This commit is contained in:
parent
d766214b2e
commit
915c03f3a0
@ -1,6 +1,6 @@
|
||||
[Match]
|
||||
Type=bridge
|
||||
Name=docker*
|
||||
Name=docker* br-*
|
||||
|
||||
[Link]
|
||||
Unmanaged=yes
|
||||
|
Loading…
x
Reference in New Issue
Block a user