vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

dev.containers.dockerPath should be a workspace setting

Open d4nuu8 opened this issue 2 years ago • 3 comments

It would be great to be able to set the setting dev.containers.dockerPath as a workspace setting.

If one mixes docker and e.g. podman devcontainers (which is the case for me) the settings needs to be changed manually every time one is switching to a repository which is using another container engine.

d4nuu8 avatar Aug 09 '23 06:08 d4nuu8

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

vscodenpa avatar Aug 29 '23 21:08 vscodenpa

:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

vscodenpa avatar Oct 03 '23 02:10 vscodenpa

Agree, rootless podman definitely reduces the attack surface, which means better security, but docker rootful is required for some cases.

And also, if this feature-request is accepted, I think how to avoid the image or features modify these settings should be considered.

hellodword avatar Feb 18 '24 12:02 hellodword