containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.88k stars 470 forks source link

Add --remote option #849

Open thomas-huegel opened 5 months ago

thomas-huegel commented 5 months ago

Is your feature request related to a problem? Please describe. I would like to use podman-compose against a remote server.

Describe the solution you'd like I would like to be able to put a --remote option on the command line. It would be forwarded to the underlying podman command.

Thanks!

quixoticaxis commented 1 week ago

The feature would be really appreciated, both for Windows users who use VMs and Linux users who run podman under a rootless user account.

The separate but related issue is that --remote option is (most probably) silently ignored. I tried using compose with --remote flag and instead of failing it created containers under my account without any warnings.