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

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.

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.