Skip to content

Commit ae94f8d

Browse files
Copilotjhulten
andcommitted
Address code review feedback for README clarity
Co-authored-by: jhulten <[email protected]>
1 parent 679f524 commit ae94f8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

devcontainer/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Toolbox Devcontainer
22

3-
A development container image with git, SSH, GPG, and locale support built on Debian 13 (slim).
3+
A development container image with git, SSH, GPG, and locale support. Built on the [toolbox base image](../base), which uses Debian 13 (slim) as its foundation.
44

55
## Image Details
66

@@ -29,7 +29,7 @@ A development container image with git, SSH, GPG, and locale support built on De
2929
cp devcontainer.json .devcontainer/
3030
```
3131

32-
3. Modify the `devcontainer.json` to reference the pre-built image instead of building locally:
32+
3. Modify the `devcontainer.json` to reference the pre-built image instead of building locally (replace the `build` section with `image`):
3333

3434
```json
3535
{
@@ -49,6 +49,8 @@ A development container image with git, SSH, GPG, and locale support built on De
4949
}
5050
```
5151

52+
Alternatively, keep the original `devcontainer.json` to build the image locally from the Dockerfile.
53+
5254
4. Open the Command Palette (`Ctrl+Shift+P` / `Cmd+Shift+P`) and select **Dev Containers: Reopen in Container**
5355

5456
### GitHub Codespaces

0 commit comments

Comments
 (0)