mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
Also fix the tests so we can use the podman function with the output. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
11 lines
132 B
YAML
11 lines
132 B
YAML
version: '3'
|
|
services:
|
|
con1:
|
|
image: alpine
|
|
command: top
|
|
networks:
|
|
- net1
|
|
- net2
|
|
networks:
|
|
net1:
|
|
net2:
|