Skip to content

BLAZED-sh/images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

blazed.sh Images

Docker images for use with blazed.sh.

Available Images

debian

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/debian

Password is printed to container logs on first boot.

About

Useful images for BLAZED.sh

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors