microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.72k stars 1.4k forks source link

nerdctl support #1651

Closed marknefedov closed 1 year ago

marknefedov commented 2 years ago

To complete docker-compatable CLIes line, please add support for containerd's nerdctl https://github.com/containerd/nerdctl

It looks like, there is only one incompatibility: https://github.com/containerd/nerdctl/issues/1027

Relates to: Remote - Containers

Chuxel commented 1 year ago

Duplicate of https://github.com/microsoft/vscode-remote-release/issues/6014

The dev container CLI is also open source if you are interested in contributing support since this is what the extension uses under the hood. https://github.com/devcontainers/cli