-
Notifications
You must be signed in to change notification settings - Fork 540
-
Can you run podman-compose locally with a local podman-compose.yml and have it spin up on an other machine?
Something with the same functionality as adding "--remote --connection host" flags in the podman command
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
You can set the environment variable CONTAINER_HOST=ssh... or unix...
and then podman runs in remote mode whith this host by default, without the flag, and compose works too
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment