https://github.com/codesandbox/devcontainer-features
Devcontainer feature used in CodeSandbox containers
https://github.com/codesandbox/devcontainer-features
Last synced: 9 months ago
JSON representation
Devcontainer feature used in CodeSandbox containers
- Host: GitHub
- URL: https://github.com/codesandbox/devcontainer-features
- Owner: codesandbox
- Created: 2023-02-27T16:13:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-02T08:36:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-05T17:46:51.317Z (9 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeSandbox Devcontainer feature
CodeSandbox devcotnainer feature enables the dev experience available in the CodeSandbox cloud sandboxes and repos. This add a bunch of tools required for a good experience
- Docker client cli
- git
- curl and wget
- ZSH and OhMyZSH
- other essential cli tools
This can be installed by adding `ghcr.io/codesandbox/devcontainer-features/codesandbox:latest` to `features` field in `devcontainer.json`
```
"features": {
"ghcr.io/codesandbox/devcontainer-features/codesandbox:latest": {},
}
```