github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/test/compose/mount_and_label/tests.sh (about)

     1  # -*- bash -*-
     2  
     3  test_port 5000 = "Podman rulez!"
     4  podman container inspect -l --format '{{.Config.Labels}}'
     5  like "$output" "io.podman:the_best" "$testname : Container label is set"