From c1164c29f73245af0c9c4c07ffee9ec66d054ea1 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Wed, 18 Sep 2024 12:33:33 +0200 Subject: [PATCH] added docker cli --- firewall-letsencrypt.json | 5 ----- firewall-smarthost-backend-dns.json | 5 ----- firewall-smarthost-loadbalancer-dns.json | 5 ----- firewall-smarthost-to-backend.json | 5 ----- firewall-smarthostloadbalancer-from-publicbackend.json | 5 ----- smarthost-proxy-scheduler.json | 5 ----- 6 files changed, 30 deletions(-) diff --git a/firewall-letsencrypt.json b/firewall-letsencrypt.json index c5d074b..692c726 100644 --- a/firewall-letsencrypt.json +++ b/firewall-letsencrypt.json @@ -30,11 +30,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthost-backend-dns.json b/firewall-smarthost-backend-dns.json index f27d786..9f35a6c 100644 --- a/firewall-smarthost-backend-dns.json +++ b/firewall-smarthost-backend-dns.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthost-loadbalancer-dns.json b/firewall-smarthost-loadbalancer-dns.json index 4f1e9b7..d84f3cc 100644 --- a/firewall-smarthost-loadbalancer-dns.json +++ b/firewall-smarthost-loadbalancer-dns.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthost-to-backend.json b/firewall-smarthost-to-backend.json index 8aaf6fd..8b8132b 100644 --- a/firewall-smarthost-to-backend.json +++ b/firewall-smarthost-to-backend.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/firewall-smarthostloadbalancer-from-publicbackend.json b/firewall-smarthostloadbalancer-from-publicbackend.json index d0b7b7f..8c663d5 100644 --- a/firewall-smarthostloadbalancer-from-publicbackend.json +++ b/firewall-smarthostloadbalancer-from-publicbackend.json @@ -31,11 +31,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ], diff --git a/smarthost-proxy-scheduler.json b/smarthost-proxy-scheduler.json index b525546..b4a7de6 100644 --- a/smarthost-proxy-scheduler.json +++ b/smarthost-proxy-scheduler.json @@ -55,11 +55,6 @@ "SOURCE": "/var/run/docker.sock", "DEST": "/var/run/docker.sock", "TYPE": "rw" - }, - { - "SOURCE": "/usr/bin/docker", - "DEST": "/usr/bin/docker", - "TYPE": "ro" } ], "PORTS": [ ],