Add daemon option --firewall-backend

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray
2025-06-09 19:39:21 +01:00
parent 63fcf7d858
commit 39ab393274
16 changed files with 74 additions and 23 deletions

View File

@@ -118,6 +118,7 @@ if [ -z "$DOCKER_TEST_HOST" ]; then
--storage-driver "$DOCKER_GRAPHDRIVER" \
--pidfile "$DEST/docker.pid" \
--userland-proxy="$DOCKER_USERLANDPROXY" \
--firewall-backend="$DOCKER_FIREWALL_BACKEND" \
${storage_params} \
${extra_params} \
&> "$DEST/docker.log"