Open baranovskis opened 2 days ago
Thanks for contributing!
I'll get this added in v0.8.0 since there's already a good amount of things in place for v0.7.0.
Do you think it's feasible to change the implementation to instead make an HTTP request to docker.sock
when fetching container data, to help with keeping dependencies to a minimum?
Thanks for contributing!
I'll get this added in v0.8.0 since there's already a good amount of things in place for v0.7.0.
Do you think it's feasible to change the implementation to instead make an HTTP request to
docker.sock
when fetching container data, to help with keeping dependencies to a minimum?
I have reworked the code and removed dependencies on the Docker SDK.
I added a new widget to monitor Docker containers. Documentation is also updated.