mirror of
https://github.com/containers/podman.git
synced 2025-10-18 03:33:32 +08:00

Also fix the tests so we can use the podman function with the output. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
12 lines
132 B
YAML
12 lines
132 B
YAML
version: '3'
|
|
services:
|
|
con1:
|
|
image: alpine
|
|
command: top
|
|
networks:
|
|
- net1
|
|
- net2
|
|
networks:
|
|
net1:
|
|
net2:
|