Is your feature request related to a problem? Please describe.
I recently encountered this issue when trying to follow Apache Airflow tutorial using podman and podman-compose. Someone in the comments to the issue mentioned that --passwd=false works as a workaround. But it's an argument to podman run, but I'm trying to start the compose file from the tutorial, not an individual container, so I need a way to pass this argument to the underlying podman run call.
Describe the solution you'd like
The x-podman.passwd option in the docker-compose.yml would work.
Describe alternatives you've considered
An ability to pass arbitrary podman arguments would be cool.
Additional context
...
Is your feature request related to a problem? Please describe.
I recently encountered this issue when trying to follow Apache Airflow tutorial using podman and podman-compose. Someone in the comments to the issue mentioned that
--passwd=falseworks as a workaround. But it's an argument topodman run, but I'm trying to start the compose file from the tutorial, not an individual container, so I need a way to pass this argument to the underlyingpodman runcall.Describe the solution you'd like
The
x-podman.passwdoption in thedocker-compose.ymlwould work.Describe alternatives you've considered
An ability to pass arbitrary podman arguments would be cool.
Additional context
...