クラウドエンジニアのノート

情報技術系全般,自分用メモを公開してます。

VS Code Remote Development (Dev Containers) で dind (Docker in Docker) する方法

VS code remote development で dind する設定

devcontainer.json に設定を一行追記するだけで OK だった。

   "features":{
        "ghcr.io/devcontainers/features/docker-in-docker:2": {}
    },

以下に dev containers の feature がいろいろあった。

AWS CLIPython などあり、今後コンテナ開発のために、Dockerfile を試行錯誤しながら作成する必要が無くなりそうだ。

containers.dev

This table contains all official and community-supported Dev Container Features known at the time of crawling each registered collection. This list is continuously updated with the latest available feature information. See the Feature quick start repository to add your own!