mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 00:16:59 +02:00
fix(app-emulation/docker): fix for latest docker
- enable debug - use -b flag so the latest docker networking works
This commit is contained in:
parent
9e7ca4531d
commit
992d0dff12
@ -2,7 +2,7 @@
|
||||
ExecStartPre=/bin/mount --make-rprivate /
|
||||
ExecStartPre=/sbin/brctl addbr lxcbr0
|
||||
ExecStartPre=/bin/ifconfig lxcbr0 10.65.41.1
|
||||
ExecStart=/usr/bin/docker -d
|
||||
ExecStart=/usr/bin/docker -d -D -b lxcbr0
|
||||
ExecStopPost=/bin/ifconfig lxcbr0 down
|
||||
ExecStopPost=/sbin/brctl delbr lxcbr0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user