mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 01:45:43 +00:00
4 lines
192 B
Bash
4 lines
192 B
Bash
# -*- bash -*-
|
|
|
|
podman container inspect ipam_set_ip_test_1 --format '{{ .NetworkSettings.Networks.ipam_set_ip_net1.IPAddress }}'
|
|
like "$output" "10.123.0.253" "$testname : ip address is set"
|