mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
5 lines
192 B
Bash
5 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"
|