mirror of
https://github.com/containers/podman.git
synced 2026-03-13 04:07:04 -04: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"
|