mirror of
https://github.com/containers/podman.git
synced 2026-07-28 07:56:51 -04:00
adding compose test descriptions and validations. Signed-off-by: baude <bbaude@redhat.com>
5 lines
125 B
Bash
5 lines
125 B
Bash
# -*- bash -*-
|
|
|
|
test_port 5000 = "Podman rulez!"
|
|
podman container inspect -l --format '{{.Config.Labels}}' | grep "the_best"
|