podman-build/test/compose/env_and_volume
2025-10-11 12:30:35 +09:00
..
read First commit for v5.6.2 2025-10-11 12:30:35 +09:00
write First commit for v5.6.2 2025-10-11 12:30:35 +09:00
docker-compose.yml First commit for v5.6.2 2025-10-11 12:30:35 +09:00
README.md First commit for v5.6.2 2025-10-11 12:30:35 +09:00
tests.sh First commit for v5.6.2 2025-10-11 12:30:35 +09:00

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