Releases: containers/podman-py
Releases · containers/podman-py
v3.2.1
v3.2.0
v3.1.2.4
v3.1.2.3
v3.1.2.2
v3.1.2.1
PodmanClient() now supports service addresses using ssh:// and tcp:// schemes. The keyword connection
has been added, using its value as a key into the connections that have been defined in XDG_CONFIG_DIR/containers/containers.cfg. The podman system connection
is used to curate connections.
docstrings were cleaned up to aid in future sphinx generated documentation.
ssh:// service addresses are supported by the use of an external ssh client.
tcp:// connections are not secure.
v3.1.1.3
PodmanClient() introduces docker-py functionality, while additionally allowing access to Podman unique functionality such as Pods.
Note: APIConnection() and it's support classes will be deprecated.
Known Limitations:
- PodmanClient() currently only connects to UNIX domain socket.
- Container attach and exec not implemented.
- Podman Network API not well documented or tested, the compatibility API to better align with docker-py
- Podman does not support:
- Swam operations
- Container update, Container rename is supported