podman-compose/tests/integration/vol/README.md
Povilas Kanapickas 18472b53ac Move all tests to single directory "tests"
Signed-off-by: Povilas Kanapickas <povilas@radix.lt>
2024-06-26 11:28:16 +03:00

9 lines
147 B
Markdown

# to test create the two external volumes
```
podman volume create my-app-data
podman volume create actual-name-of-volume
podman-compose up
```