AWSについてLamdaやCDKなどの使い方を記事に取り上げることで勉強を進めてきましたが、そろそろ「作る」から「構築する」に移っていきたいなと思いました。 具体的にはタイトルにある通り、ローカルスタックを用意して、そこにデプロを行ったり、単体 ...
前回この記事で示した方法でDevContainer内でClaudeCodeを動かしていましたが、supabaseを使おうとしたときに困ったので手順を残しておきます。 1 .devcontainer.jsonの内容を編集する 下記の内容に変更します。ポイントは"build": { "dockerfile": "Dockerfile" }のところ これで ...
Currently it allows a single devcontainer.json file per .devcontainer folder. This will give limitation of creating one devcontainer. Multiple devcontainer Instead in .devcontainer folder allow to ...
appPortはdocker-composeを使わずに起動したコンテナのポートを公開する設定であり、すでにdocker-compose.ymlが用意されているので不要かと思います。 設定を削除してもブラウザからlocalhost:3000でアクセスできることを確認済みです。 また、VSCode上では警告が出ます。
Containers are a key component of the modern application platform, providing isolation between applications and, at the same time, turning userland into a portable runtime environment. Containers give ...