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: 3 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T22:33:17.000Z (3 months ago)
- Last Synced: 2025-06-30T23:29:41.175Z (3 months ago)
- Topics: claude, claude-code, docker, vibe-coding
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- 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). Hoping to make it easier for people newer to software development and who don't care to learn about Docker to still practice their vibes and not get pwned. 🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀
## 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
## 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.
## Context
Vibe coding tools are bringing a lot of new folks into the fun world of staring at your computer all day. Docker can be a little intimidating and may have a learning curve that, for many people, makes it such that they'd rather "yolo" until their data gets "yeeted". So, just trying to provide some things to make the ecosystem a little safer. (awww)
## 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.