podman/test/compose/env_and_volume
baude cb91bf96e0 add compose test descriptions
adding compose test descriptions and validations.

Signed-off-by: baude <bbaude@redhat.com>
2020-12-11 10:07:13 -06:00
..
read add compose test descriptions 2020-12-11 10:07:13 -06:00
write add compose test descriptions 2020-12-11 10:07:13 -06:00
README.md add compose test descriptions 2020-12-11 10:07:13 -06:00
docker-compose.yml add compose regression to ci 2020-12-11 09:26:29 -06:00
tests.sh add compose test descriptions 2020-12-11 10:07:13 -06:00

README.md

environment variable and volume

This test creates two containers both of which are running flask. The first container has an environment variable called PODMAN_MSG. That container pipes the contents of PODMAN_MSG to a file on a shared volume between the containers. The second container then reads the file are returns the PODMAN_MSG value via flask (http).

Validation