How to run podman-compose with --root flag?
by Koodavalli, Subhodh (Subhodh K N)
Hi,
Goal: The goal is to be able to run podman-compose and point it to different storage locations.
Example:
podman-compose up -root /app1/containers/storage -d -f docker-compose-1.yml
podman-compose up -root /app2/containers/storage -d -f docker-compose-2.yml
podman-compose up -root /app3/containers/storage -d -f docker-compose-3.yml
I noticed that only the podman command has the -root flag.
How do I go about achieving this behavior using compose?
Thanks,
Subhodh K N