spirit-labs / tektite

Tektite DB
http://www.tektitedb.com
Other
166 stars 22 forks source link

Add support for Podman #236

Open vchandela opened 2 weeks ago

vchandela commented 2 weeks ago

Steps to complete this issue:

purplefox commented 2 weeks ago

We need some env var or flag to signal the tests that it's in Podman mode and have those tests succeed in such cases.

Instead of env var, perhaps you could try to connect to podman/docker, and if you get an error that you cannot connect try the other one?

vchandela commented 2 weeks ago

We need some env var or flag to signal the tests that it's in Podman mode and have those tests succeed in such cases.

Instead of env var, perhaps you could try to connect to podman/docker, and if you get an error that you cannot connect try the other one?

makes sense.