content-host-d
content-host-d copied to clipboard
[WIP] add podman support
Wow!!! @jturel This is one heck of a change! Were you able to test this all?
Wow!!! @jturel This is one heck of a change! Were you able to test this all?
Apparently I got a little bored over break and wanted to test out podman esp. since getting docker working on F31 wasn't trivial (to me at least) so it was a match made in heaven.
As far as I know it's all working except there's a quirk around the --limit
argument that I need to squash. As I typed that I realized I only tested this on PY3 so there could be things that don't work on PY2. Will need to test that out. I know it might conflict with your #38 but we can figure that out later (assuming you're interested in adding podman support!)
@jturel can you elaborate on the limit issue?
@jturel can you elaborate on the limit issue?
I didn't really dive into it but what I observed was that once the limit is reached, containers would stop being destroyed and the rest would be created one by one. At least I think that's what I was seeing last week. I'll probably dive back into this on Friday to see what's up