podman-compose/tests/integration/vol
Monika Kairaityte b685bce400 tests/integration: Move test utils to one test_utils file
Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-01-23 02:11:46 +02:00
..
__init__.py tests/integration: Move test "vol" to corresponding directory 2025-01-23 02:11:46 +02:00
docker-compose.yaml Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
README.md Move all tests to single directory "tests" 2024-06-26 11:28:16 +03:00
test_podman_compose_vol.py tests/integration: Move test utils to one test_utils file 2025-01-23 02:11:46 +02:00

to test create the two external volumes

podman volume create my-app-data
podman volume create actual-name-of-volume
podman-compose up