-
Notifications
You must be signed in to change notification settings - Fork 63
Description
I ended up finding dockerpy while trying to find a solution to decouple molecule-docker driver from needing docker cli for one particular minor feature: ability to step inside a container for debugging it.
That is important because some users can connect to remote DOCKER_HOST while they do not have docker cli installed locally (probably even impossible on some platforms/architectures).
Still, considering the number of open bugs, unresolved PRs and lack of releases in 4 years makes me think that maybe that would not be the wisest to add an unmaintained project as e dependency, especially when you aim to support a wide range of python versions (py36-py39).
Here are few questions:
- is anyone using it in production?
- how much effort it would be needed to revive the broken CI
- any concerns regarding breaking changes introduced in current versions of docker-py?
PS. If the state is not really bad I may be able to give a hand to revive it.