diff options
author | baude <bbaude@redhat.com> | 2020-12-11 09:17:45 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2020-12-11 10:07:13 -0600 |
commit | cb91bf96e02de8a6a7e50f83b4b69b9c47b84cc5 (patch) | |
tree | 46e3a7613d8893511bd8112653ea36258936d73c /test/compose/mount_and_label/readme.txt | |
parent | f3e69d7300e3b4d6c5bb676c1dae27b10c3a4d56 (diff) | |
download | podman-cb91bf96e02de8a6a7e50f83b4b69b9c47b84cc5.tar.gz podman-cb91bf96e02de8a6a7e50f83b4b69b9c47b84cc5.tar.bz2 podman-cb91bf96e02de8a6a7e50f83b4b69b9c47b84cc5.zip |
add compose test descriptions
adding compose test descriptions and validations.
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/compose/mount_and_label/readme.txt')
-rw-r--r-- | test/compose/mount_and_label/readme.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/compose/mount_and_label/readme.txt b/test/compose/mount_and_label/readme.txt deleted file mode 100644 index bba769c51..000000000 --- a/test/compose/mount_and_label/readme.txt +++ /dev/null @@ -1,5 +0,0 @@ -this test creates a container with a mount (not volume) and also adds a label to the container. - -validate by curl http://localhost:5000 and message should be same message as piped into the mount message. - -also verify the label with podman ps and a filter that only catches that container |