-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we take any advantage of podman-remote? #10
Comments
I've found the following (old) documentation for podman-remote: https://github.com/containers/podman/blob/056f492f59c333d521ebbbe186abde0278e815db/docs/tutorials/remote_client.md |
Hmm - the environment variable handling in podman-host.sh would be hard to replicate with podman-remote. Not sure if there are other problems that we'd hit in addition. |
Just an aditional information: this article explanis how to use podman-remote with VSCode Flatpak. |
I've just found that there's a relative new flatpak at https://github.com/flathub/com.visualstudio.code.tool.podman which adds a
podman-remote
binary tocom.visualstudio.code
'sPATH
. I don't know exactly how it works, but maybe it could be an alternative toflatpak-spawn --host podman
.The text was updated successfully, but these errors were encountered: