@@ -20,7 +20,15 @@ Dev Container templates with Claude Code pre-installed on Debian 13 (Trixie).
2020
2121## Usage
2222
23- ### Option 1: Copy the devcontainer folder
23+ ### Option 1: Use from VS Code (recommended)
24+
25+ 1 . Open any folder in VS Code
26+ 2 . Press ` F1 ` → "Dev Containers: Add Dev Container Configuration Files..."
27+ 3 . Select "Show All Definitions..."
28+ 4 . Search for ` ghcr.io/pikatsuto/claude-code `
29+ 5 . Choose your template (base or base-with-bmad)
30+
31+ ### Option 2: Copy the devcontainer folder
2432
2533Copy the desired template folder from ` .devcontainer/ ` to your project:
2634
@@ -32,7 +40,7 @@ cp -r .devcontainer/base /your-project/.devcontainer
3240cp -r .devcontainer/base-with-bmad /your-project/.devcontainer
3341```
3442
35- ### Option 2 : Use the image directly
43+ ### Option 3 : Use the image directly
3644
3745Create a ` .devcontainer/devcontainer.json ` in your project:
3846
@@ -48,7 +56,7 @@ Create a `.devcontainer/devcontainer.json` in your project:
4856}
4957```
5058
51- ### Option 3 : Extend the image
59+ ### Option 4 : Extend the image
5260
5361Create your own Dockerfile based on this image:
5462
@@ -104,7 +112,8 @@ echo $GITHUB_TOKEN | docker login ghcr.io -u USERNAME --password-stdin
104112│ └── devcontainer-template.json
105113├── .github/
106114│ └── workflows/
107- │ └── build-container.yml
115+ │ ├── build-container.yml
116+ │ └── publish-templates.yml
108117├── devcontainer-collection.json
109118└── README.md
110119```
0 commit comments