Dev Containers with Podman? #14728
-
I'm looking to create and use a dev container with the Theia IDE, but don't quite understand why I'm encountering the issues I am. Are there docs related to using dev containers with Theia that I missed? Or, can the Dev Containers spec be relied upon for use in Theia? I'm seeing a warning of For context: I can use "Dev Container: Reopen in a container" from the command palette and Theia attempts to create the dev container (without having installed an extension) but returns an |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I think this may happen because most of the communication with docker is happening via the docker REST API. I think vsocde is using exclusively dockers CLI. |
Beta Was this translation helpful? Give feedback.
I think this may happen because most of the communication with docker is happening via the docker REST API. I think vsocde is using exclusively dockers CLI.
As far as i can see podman supports most of the docker REST API but maybe there is some configuration missing somewhere to point dockerrode correctly to the podman api.
I would have to investigate this some more