-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
remoteissues related to the remote functionalityissues related to the remote functionality
Description
Bug Description:
Steps to Reproduce:
- Enable podman socket:
systemctl --user start podman.socket - Export podman
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock - Create simple
devcontainer.jsonlike this:
{
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"forwardPorts": [3000]
}- Reopen in Container
- 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
Venefilyn
Metadata
Metadata
Assignees
Labels
remoteissues related to the remote functionalityissues related to the remote functionality