podman-compose
podman-compose copied to clipboard
Make rootless integration tests work
Currently rootless integration tests are not only not run in CI, but they are broken when run locally. Fixing this will ensure that there are no regressions in how rootless podman compose works. Right now we are driving blind.
CI part is already covered here https://github.com/containers/podman-compose/pull/1261