An open API service indexing awesome lists of open source software.

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

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": {},
}
```