mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 10:17:53 +00:00
adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
4 lines
125 B
Bash
4 lines
125 B
Bash
# -*- bash -*-
|
|
|
|
test_port 5000 = "Podman rulez!"
|
|
podman container inspect -l --format '{{.Config.Labels}}' | grep "the_best"
|