We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef8afc commit 7b99b38Copy full SHA for 7b99b38
tests/nethost/docker-compose.yaml
@@ -0,0 +1,7 @@
1
+version: '3'
2
+services:
3
+ web:
4
+ image: busybox
5
+ command: httpd -f -p 8123 -h /etc/
6
+ network_mode: host
7
+
0 commit comments