Slide 24
Slide 24 text
Dev Container 定義ファイルの例
リポジトリ内に配置しておくことで、アプリの開発に必要なツー
ル群を定義・共有することが可能
24
{
"name": "internal document search",
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/powershell:1": {},
"ghcr.io/azure/azure-dev/azd:0": {}
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-bicep",
"ms-python.python",
"GitHub.copilot",
"GitHub.copilot-chat"
]
}
}
}
devcontainer.json