You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In docker-py, this pull function is defined here and it can be imported by APIClient lib.
podman-py has the same APIClient library but the related function that can do the same job of the docker one above seems to not be implemented. There is a similar one here.
Could you please implement decode parameter in the pull function in podman?
Is it possible to implement api.build and api.remove_volume as well?
The text was updated successfully, but these errors were encountered:
D3vil0p3r
changed the title
[FEATURE] - Add pull function for api/image.py as docker py
[FEATURE] - Add pull/build/remove_volume function for api/image.py as docker py
Oct 24, 2024
D3vil0p3r
changed the title
[FEATURE] - Add pull/build/remove_volume function for api/image.py as docker py
[FEATURE] - Implement "decode" parameter in pull() function and add build/remove_volume function as api/image.py in docker py
Dec 19, 2024
I'm reworking a tool using docker py in order to work with podman py. This tool has the following code section to use docker py:
In docker-py, this
pull
function is defined here and it can be imported byAPIClient
lib.podman-py has the same
APIClient
library but the related function that can do the same job of the docker one above seems to not be implemented. There is a similar one here.Could you please implement
decode
parameter in the pull function in podman?Is it possible to implement
api.build
andapi.remove_volume
as well?The text was updated successfully, but these errors were encountered: