github.com/AbhinandanKurakure/podman/v3@v3.4.10/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"