A collection of Dev Container Features published to ghcr.io/w3cj/devcontainer-features.
| Feature | Description |
|---|---|
| firewall | Configure a firewall to restrict outbound network access. Includes allow lists for common APIs, services and package managers. |
Add features to your devcontainer.json:
{
"features": {
"ghcr.io/w3cj/devcontainer-features/firewall:latest": {
"githubIps": true,
"claudeCode": true
}
}
}- Dev Container CLI
- Docker
Test all features:
make testTest a specific feature:
make test-feature feature=firewallFeatures are published via the Release GitHub Action workflow (manual trigger).
- devcontainers/feature-starter for the base starter project
- devcontainers-extra/features for tons of features to use as examples / inspiration
- centminmod/claude-code-devcontainers for the initial firewall allow list