-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
On macOS Remote-Container (Visual Studio Code) doesn't work #11436
Comments
This should be the same issue as #11389 - Podman is operating via SSH, meaning there's no API socket on the Mac, so VS Code isn't able to connect. @baude @ashley-cui @Luap99 @jwhonce Seems like we need a |
I agree we need a local socket. |
Added a comment to the following Issue. Fixed in this PR(#11503): It is now possible to attach a DevContainer on Podman via SSH remote connection from macOS. |
We hope to update a bug fix release for Podman next week, mainly to fix podman-machine issues. Will work with fedora coreos to get this updated quickly. |
As a proof of concept, I ran Podman on Fedora running on lima and got Remote-Container working fine. |
Since this is fixed on main I close this issue. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
MacOS Big Sur 11.5.2
Steps to reproduce the issue:
podman machine start
Attach to Container in VS Code
Repeated message "Reconnecting to Container ...."
Describe the results you received:
Describe the results you expected:
When I using docker, log was like bellow.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:The text was updated successfully, but these errors were encountered: