Docker images for use with blazed.sh.
A Debian-based workspace with an Ethereum node socket mounted at /var/run/blazed/eth.sock.
Features:
- Fish shell (default)
- SSH server with password auth and pubkey support
- Pre-installed: vim, curl, wget, git, python3, nodejs, htop, socat, jq
- Login banner showing Ethereum node stats (block height, gas price, peers)
Usage:
docker run -d \
-e SSH_AUTHORIZED_KEY="ssh-rsa AAAA..." \
-v /path/to/eth_rpc.sock:/var/run/blazed/eth.sock \
-p 2222:22 \
ghcr.io/blazed-sh/images/debianPassword is printed to container logs on first boot.