On a Mac, how do I get podman working with the docker related vscode extensions? #12745
Unanswered
benatshippabo
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@baude @ashley-cui PTAL |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, so I ran the following commands:
And it seems to work fine when testing in the cli with
podman
andpodman-compose
, but when I try to integrate podman with the vscode Docker extension and the Remote Containers extension, that is where I had trouble finding documentation.For the record, I have the following configs set in attempt to get everything working:
And then I restarted the extension host. But the Docker extension just keeps
timing outgetting a socket hang up when trying to retrieve the containers, any idea where I went wrong?cross posted here as well microsoft/vscode-docker#3367 (comment)
edit: someone at Microsoft recommended adding the private key to
ssh-add
since the extension usesdockerode
, now it's just hanging up on the socket, but I feel we are going somewhere with thisBeta Was this translation helpful? Give feedback.
All reactions