mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
Update dockerd.patch
This commit is contained in:
parent
1206fda945
commit
49965659db
11
.github/diy/patches/dockerd.patch
vendored
11
.github/diy/patches/dockerd.patch
vendored
@ -38,17 +38,6 @@
|
||||
|
||||
ifeq ($(CONFIG_DOCKER_CHECK_CONFIG),y)
|
||||
|
||||
--- a/dockerd/files/etc/sysctl.d/sysctl-br-netfilter-ip.conf
|
||||
+++ b/dockerd/files/etc/sysctl.d/sysctl-br-netfilter-ip.conf
|
||||
@@ -2,6 +2,6 @@
|
||||
# /etc/sysctl.conf can be used to customize sysctl settings
|
||||
|
||||
# enable bridge firewalling for docker
|
||||
-net.bridge.bridge-nf-call-ip6tables=1
|
||||
-net.bridge.bridge-nf-call-iptables=1
|
||||
+# net.bridge.bridge-nf-call-ip6tables=1
|
||||
+# net.bridge.bridge-nf-call-iptables=1
|
||||
|
||||
--- a/dockerd/files/dockerd.init
|
||||
+++ b/dockerd/files/dockerd.init
|
||||
@@ -36,6 +36,9 @@ uciadd() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user