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
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.
This discussion was created from the release v3.1.2.1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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. Thepodman 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.
This discussion was created from the release v3.1.2.1.
Beta Was this translation helpful? Give feedback.
All reactions