Claude Code Container – Zero-Config Docker Isolation for Claude Code
Wraps Claude Code in Docker with zero config, but devcontainers and manual isolation already exist.
Automatic Port Forwarding for Docker Containers
Single-port multiplexing for Docker services, but Caddy and ngrok already handle this better.
Backend developers, DevOps engineers using Docker containers or dev environments
Caddy · ngrok · socat
I had trouble finding a simple tool to expose internal ports consistently. E.g. Codespaces, Dev Containers, etc have different mechanisms to expose ports.
To keep exposure agnostic, this tool can be run directly in the container.
Wraps Claude Code in Docker with zero config, but devcontainers and manual isolation already exist.
Replaces lsof grep chains with Docker-aware port management and SSH remote scanning.
Browser-accessible Linux shell in a container, but unclear what problem it solves.
Port forwarding for Mosh, but SSH -L already does this better.
Port forwarding for Mosh, but SSH tunneling is already solved with ssh -R and sshuttle.
Docker-as-runtime for Lisp—clever hack, zero practical use cases.