-
Notifications
You must be signed in to change notification settings - Fork 71
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
Podman use #189
Comments
There is already #55 somewhat discussing this. But I'll also answer here. As far as I know, it's not possible to use Podman with the flatpaked VSCode by default. The main reason is that VSCode itself is not aware of being in a flatpak and there is no podman binary in its environment. But you can bypass it. Steps:
#!/bin/sh
exec flatpak-spawn --host podman "$@"
If the extension still complains about missing Docker, I recommend checking if the flatpak can really see the file. |
Thank you very much. It worked but still, I have various errors. I decided to work without a flatpak. By the way, very interesting tips thank you for sharing |
Hello guys.
My goal is to use remote container extension. How to install podman inside sandbox or it is possible to reach out from sandbox to communicate with Podman binary
The text was updated successfully, but these errors were encountered: