microsoft / microsoft/vscode-remote-release
Add version check for Podman
@chrmarti is already working on this.
Since Oct 14, 2020.
- Dominant language
- Dockerfile
- Stars
- 4.2k
- Forks
- 470
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
Remote Containers was recommended as Code detected I had Podman installed. I have installed it and selected vscode-remote-try-dotnet-core. I changed in the preferences docker to podman and get the following (podman version 1.6.4):

So I installed podman-docker (an official script that turns docker commands into podman ones) and set the preference back to docker and get the exact same thing:

If I clone the repo and try open workspace in a container I just get make sure the docker daemon is running and:
[891267 ms] Start: Run: podman version --format {{.Server.Version}}
[891318 ms] Error: template: image:1:9: executing "image" at <.Server.Version>: can't evaluate field Server in type define.Version
I have selected podman in preferences, what should I do? Thanks.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.