Hacker News new | past | comments | ask | show | jobs | submit login

It's impressive what Python+Qt can do in just a few hundred lines of code.

That said, it's pretty weird that they are just running the `docker` command directly and "manually" parsing the output instead of just calling docker-py, which has been around forever: https://github.com/docker/docker-py




my main reason to use CLI instead of SDK is to support Podman and second reason is to make the project simple and easy to contribute :)


very good call on podman support - it didn't immediately occur to me but that's an obvious reason for this choice.


Also lazydocker seems far superior




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: