Rory Reid

Results 7 comments of Rory Reid

I've just tried playing around with podman too and hit the same thing, but I'm not convinced it is FluentDocker's fault. This failure occurs when parsing the result of `docker...

`[podman|docker] inspect` works for me too? It just doesn't give the exact same format output as docker does as far as I can tell, which is why the parsing falls...

Definitely more issues once you get past that, failing on the following command: `docker network ls --no-trunc --format "{{.ID}};{{.Name}};{{.Driver}};{{.Source}};{{.IPv6}};{{.Internal}};{{.CreatedAt}}"` Several of these properties (eg Source, IPv6, CreatedAt) are not available...

Have published #303 as a hopefully amicable first-pass support for podman, obviously subject to the maintainer actually wanting to bring this in.

I've just hit this myself after developing on mac for months but having no mac users, until today, precisely because it works in debug but not release. While I understand...

Hi @mariotoffia and firstly thanks for looking at my PR! I appreciate it's not a small one! Ah, yeah, this is the same two tests that are failing on the...

Thanks for that info, have added it to the key takeaways