mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-10 22:24:16 +02:00
Add integration test for default network behavior
Signed-off-by: Songmin Li <lisongmin@protonmail.com>
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
@ -0,0 +1,7 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
x-podman:
|
||||
default_net_behavior_compat: true
|
@ -0,0 +1,7 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
networks:
|
||||
net0: {}
|
@ -0,0 +1,10 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
networks:
|
||||
net0: {}
|
||||
|
||||
x-podman:
|
||||
default_net_behavior_compat: true
|
@ -0,0 +1,8 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
networks:
|
||||
net0: {}
|
||||
net1: {}
|
@ -0,0 +1,11 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
networks:
|
||||
net0: {}
|
||||
net1: {}
|
||||
|
||||
x-podman:
|
||||
default_net_behavior_compat: true
|
@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
networks:
|
||||
net0: {}
|
||||
net1: {}
|
||||
default: {}
|
@ -0,0 +1,12 @@
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: httpd -f -p 8123 -h /tmp/
|
||||
|
||||
networks:
|
||||
net0: {}
|
||||
net1: {}
|
||||
default: {}
|
||||
|
||||
x-podman:
|
||||
default_net_behavior_compat: true
|
Reference in New Issue
Block a user