mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-15 21:29:32 +00:00
Parse the slirp4netns network options when called via compat api. The options must be extracted from the NetworkMode string. Fixes #10110 Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
5 lines
151 B
YAML
5 lines
151 B
YAML
services:
|
|
alpine:
|
|
image: alpine
|
|
network_mode: "slirp4netns:allow_host_loopback=true"
|
|
command: sh -c "echo teststring | nc 10.0.2.2 5001"
|