Replies: 8 comments 17 replies
-
If you run Podman directly does it work? If you run docker with DOCKER_HOST set does it work? |
Beta Was this translation helpful? Give feedback.
-
Same issue for me. Win11 + VS 2022 latest + Podman Desktop. Also have a VS Code. All tooling can't see Podman (but it's running) and asking to install Docker. Are there any manual how to configure tooling? |
Beta Was this translation helpful? Give feedback.
-
For others trying to make VS play nice with Podman, aside from copying |
Beta Was this translation helpful? Give feedback.
-
any update? |
Beta Was this translation helpful? Give feedback.
-
Also wanting to run podman with VS 2022. It is however sadly a common problem in these threads that some people Tak about VS code and others VS 2022. Two very different IDEs that share nothing in terms of tooling setup. Thanks to original poster. Will try some of the steps here. For me the acceptance criteria is that I can start from VS 2022 and execute, debug (auto attach remote debugger) and we'll.. Build/package. |
Beta Was this translation helpful? Give feedback.
-
If anyone is interested, here's related feature request for Visual Studio (link). More votes - bigger chance VS team would implement it. |
Beta Was this translation helpful? Give feedback.
-
Took a while and asked around, however the current working strategy for us is looking like this:
The idea behind the whole thing is Podman's API forwarding capabilities (see this section) Also if your " This setup resulted in a fully working Visual Studio Container tab, and the Terminal to respond to all docker commands, whilst all containers are hosted in WSL by Podman. |
Beta Was this translation helpful? Give feedback.
-
Are/were you running windows containers?
…On Mon, Jan 20, 2025, 5:37 AM Leonid ***@***.***> wrote:
I followed the guide, but on docker run --rm -d -p 8080:80 --name httpd
docker.io/library/httpd getting
docker: no matching manifest for windows/amd64 10.0.22631 in the manifest
list entries.
Was it because I didn't remove Docker Desktop correctly? Or should I
follow @soerennielsen <https://github.com/soerennielsen> instruction to
create a symb link?
—
Reply to this email directly, view it on GitHub
<#17131 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAVCEN5XDDGMNPSMG777JED2LTNWXAVCNFSM6AAAAABVQFEXVWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOBYHE3DAMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Has anybody managed to get PodMan working with Visual Studio 2022? I have attempted and got warnings, after I changed some variables e.g. DOCKER_HOST to podman under wsl2 have now been presented with an Error response from daemon No such file or directory, OCI runtime attempted to invoke a command that was not found.
Just wondering if there are other variables I need to set?
Beta Was this translation helpful? Give feedback.
All reactions