mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
Use podman exec to check ip link MTU instead of ncat-based host connectivity test which does not actually validate pasta options. Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
5 lines
108 B
YAML
5 lines
108 B
YAML
services:
|
|
alpine:
|
|
image: alpine
|
|
network_mode: "pasta:--ipv4-only,--mtu,1280"
|
|
command: ["top"]
|