From 7b99b38f0eb5abd27ac7970b24a7e26827cfa9f0 Mon Sep 17 00:00:00 2001 From: Muayyad alsadi Date: Sat, 19 Mar 2022 00:17:22 +0300 Subject: [PATCH] nethost test --- tests/nethost/docker-compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/nethost/docker-compose.yaml diff --git a/tests/nethost/docker-compose.yaml b/tests/nethost/docker-compose.yaml new file mode 100644 index 0000000..b4bf0cc --- /dev/null +++ b/tests/nethost/docker-compose.yaml @@ -0,0 +1,7 @@ +version: '3' +services: + web: + image: busybox + command: httpd -f -p 8123 -h /etc/ + network_mode: host +