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
Some projects using containers would use both Docker and Podman and, to avoid complex code, it could be useful if Podman can manage mount attributes as both lowercase and first-letter uppercase.
A solution could be normalize mount item keys when podman py mount receive input entries as the example above.
The text was updated successfully, but these errors were encountered:
Currently docker py uses
Mount
attributes that start with uppercase letter (ref. https://github.com/docker/docker-py/blob/03e43be6af9b21f9f966eb84ca46a159b664ccf4/docker/types/services.py#L253).A docker mount example list variable is like:
Currently it does not work in podman py.
Some projects using containers would use both Docker and Podman and, to avoid complex code, it could be useful if Podman can manage mount attributes as both lowercase and first-letter uppercase.
A solution could be normalize mount item keys when podman py mount receive input entries as the example above.
The text was updated successfully, but these errors were encountered: