podman-compose/tests/vol/README.md

9 lines
147 B
Markdown
Raw Normal View History

2021-10-14 01:11:45 +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
```