-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement DockerClient.version()
#591
Comments
Would be good to discuss how we want to solve this. Docker/podman have two version commands: Examples:
So, what do we want to return from Note that docker's system info ( |
I put up a draft PR (#593) that implements the API with my suggested approach. Getting compatibility between docker and podman is a bit of a pain (notice the different spelling of |
This would be useful for skipping certain tests that cover features not available on older versions, as well as perhaps being needed in the main code at some point if we care about supporting more than just the latest version of docker/podman. Users may also find this useful.
Note the API already exists, it just raises
NotImplementedError
- just creating this issue to track/discuss it and have something to link to from other issues :)The text was updated successfully, but these errors were encountered: