Skip to content

Theia devcontainers doesnt work with podman socket #14099

@shdwchn10

Description

@shdwchn10

Bug Description:

Steps to Reproduce:

  1. Enable podman socket: systemctl --user start podman.socket
  2. Export podman export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
  3. Create simple devcontainer.json like this:
{
    "image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
    "forwardPorts": [3000]
}
  1. Reopen in Container
  2. Nothing happens, but container was created. podman ps:
1a4636f12a30  mcr.microsoft.com/devcontainers/typescript-node:0-18  node                  27 seconds ago  Up 27 seconds                                                  strange_ritchie

Screencast

Screencast.from.2024-08-31.08-53-54.webm

Additional Information

  • Operating System: Fedora Linux 40.20240828.0 (Silverblue)
  • Podman version: 5.2.2
  • Theia Version: 1.52.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    remoteissues related to the remote functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions