-
Notifications
You must be signed in to change notification settings - Fork 549
Support docker system
-related API endpoints
#972
Comments
TL;DR It isn't possible to support most of the Here's a long explanation. In the case of However, there is more you could do that would be even more helpful. There are plenty of other API endpoints we do not have (because docker adds them a lot faster than we do), including several that are used under the covers by But instead of just searching |
@johnflavin awesome writeup. +1 that the intention of this library is to be a client for the docker API as opposed to the |
@johnflavin Thanks for the explanation. @mattnworb @johnflavin Do you think docker-client should just stick to the API or provide CLI functionality? I lean towards former to keep it more focused. |
Right, this library is meant to be a client for the API. I don't see the point of a client for the CLI, when the CLI already exists. |
I can close this issue then if no one objects.
|
I guess you can close it, but would be nice to link @johnflavin answer to future work on the missing apis for prune etc. |
I think it is a fair request to add API methods related to the docker system CLI as mentioned above
Whether you keep this issue open for it or create another, I don't think it matters much. But I do think it is useful to keep "help-wanted" issues like this open for newcomers/interested contributors to find. |
docker system
docker system
-related API endpoints
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi @rtfpessoa , Since this project went on mature status, please re-open this issue (if it still stands) to https://github.com/dmandalidis/docker-client. Thanks |
Description
Add support for
docker system
as described in the docsI looked but could not find any reference to it neither in the code or in any issue.
If this is duplicated let me know.
If this is the first time it is referenced, I would be interested in contributing this feature and would like to know if it would make sense and if there are any things I might need to check besides README etc.
The text was updated successfully, but these errors were encountered: