podman-compose
podman-compose copied to clipboard
podman run --systemd=true|false
As far as I am aware there is currently no way to specify the --systemd=true|false parameter in a compose file.
I’m not sure if this is in scope, because I’m pretty sure this param doesn’t exist in docker, but I thought I’d report it.
+1
--podman-<COMMAND>-args
For example
--podman-start-args=' --systemd=true'
I tried this, does not appear to work?
Would be nice to be able to specify this in the compose.yml file too...rather than on the command line