https://github.com/hesreallyhim/claude-code-containers
A set of easy-install, easy-configure Docker environments/devcontainers to make life a little easier.
https://github.com/hesreallyhim/claude-code-containers
claude claude-code docker vibe-coding
Last synced: about 2 months ago
JSON representation
A set of easy-install, easy-configure Docker environments/devcontainers to make life a little easier.
- Host: GitHub
- URL: https://github.com/hesreallyhim/claude-code-containers
- Owner: hesreallyhim
- License: mit
- Created: 2025-06-30T22:16:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T18:16:49.000Z (2 months ago)
- Last Synced: 2026-04-04T20:59:28.150Z (2 months ago)
- Topics: claude, claude-code, docker, vibe-coding
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 10
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# claude-code-containers
This repo is for sharing various Docker setups designed to provide some useful out-of-the-box easy-install environments for experimenting with Claude Code and living _dangerously_ (but inside a cozy container).
## Containers
- `node-python-basic` - more or less a minor extension of the Claude Code [reference container](https://docs.anthropic.com/en/docs/claude-code/devcontainer), but with better support for Pythonistas (the reference container firewall blocks PyPI), and automatically copies over your project's `CLAUDE.md`/`.claude/` as well
- `rw-repo-tempfs-ro-rootfs-rust` - devcontainer setup with support for rust.
## Repo Structure
- `/containers` - contains appropriately-named directories which have a README and a `.devcontainers` folder tailored for more specific use cases.
## Roadmap
- [ ] More containers.
- [ ] Add a CLI that allows users to set up and configure their containers without having to touch the `.devcontainer` files.
## Contributing
This is kind of a hobby project at the moment, but if you have a devcontainer setup that's perfect for doing X and want to share it here, feel free to open up a PR.