microsoft / microsoft/vscode-remote-release

Dev Containers does not work with podman

Open
#10,814 5 comments 2 reactions 1 assignee View on GitHub

@chrmarti is already working on this.

Since Mar 25, 2025.

containers under-discussion upstream
Dominant language
Dockerfile
Stars
4.2k
Forks
469
Avg merge
1d 1h
Merged PRs (30d)
1

Description

  • VSCode Version: 1.98.2
  • Local OS Version: Fedora Silverblue 41
  • Remote OS Version: toolbx fedora 41
  • Remote Extension/Connection Type: Dev Containers
  • Logs: No logs

Steps to Reproduce:

  1. Install VSCode latest version from flathub.org
  2. Install Dev Containers Extension
  3. Change de default parameters for docker: dev.containers.dockerSocketPath and dev.containers.dockerPath to /run/user/1000/podman/podman.sock and podman respectively (as described here https://code.visualstudio.com/remote/advancedcontainers/docker-options)
  4. Try to create a new container or attach to a running container and get the error :

Docker version 17.12.0 or later required.
Command not found: 'podman'. Check the license for details.

The same occurs if I put the complete path of podman like /usr/bin/podman. In Terminal podman works fine.

The expected result was the extension use podman.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.