Files
podman/test/compose/two_networks/docker-compose.yml
Paul Holzinger 676fcb722f Add new docker-compose test for two networks
Also fix the tests so we can use the podman function with the output.

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-04-01 17:27:03 +02:00

12 lines
132 B
YAML

version: '3'
services:
con1:
image: alpine
command: top
networks:
- net1
- net2
networks:
net1:
net2: