using-docker-in-web

Installation
SKILL.md

Docker in Claude Code for Web

Claude Code for Web runs in a restricted container environment that requires special configuration for Docker.

Detection

You're in Claude Code for Web if:

# Proxy environment is set
echo $http_proxy  # Shows a proxy URL

# Running inside a container
test -f /.dockerenv && echo "In container"

# iptables is restricted
iptables -L 2>&1 | grep -q "Permission denied"
Installs
2
GitHub Stars
8
First Seen
Mar 21, 2026
using-docker-in-web — trevors/dot-claude