This repo is a collection of Docker images and Docker Compose files that run a variety of TurtleCoin software. The only thing you need to get up is running is Docker and Docker Compose (if you want to run the Docker Compose files).
All images use Alpine as the base which reduces a lot of bloat, keeping the final images very small and portable.
Current list of Docker images (more to come soon):
Name | Description |
---|---|
Base | Contains all TurtleCoin binaries and is meant to be a starting point to build from |
Miner | Runs the TurtleCoin Miner |
Miner with TTYD | Runs the TurtleCoin Miner with TTYD |
Turtle CLI py With TTYD | Runs Turtle CLI py With TTYD |
TurtleCoind | Runs TurtleCoind |
TurtleCoind with TTYD | Runs TurtleCoind with TTYD |
TurtleCoind-ha | Runs TurtleCoind with turtlecoind-ha and pm2 |
TurtleCoind-ha with TTYD | Runs TurtleCoind with turtlecoind-ha and pm2 on with TTYD |
TurtleCoin Test Suite with TTYD | Runs TurtleCoin Test Suite with TTYD |
Turtle Network CLI With TTYD | Runs Turtle Network CLI with TTYD |
TurtleCoin Wallet NodeJS With TTYD | Runs TurtleCoin Wallet NodeJS with TTYD |
violetminer | Runs violetminer |
violetminer with TTYD | Runs violetminer with TTYD |
wallet-api | Runs wallet-api |
wallet-api with TTYD | Runs wallet-api with TTYD |
zedwallet | Runs zedwallet |
zedwallet with TTYD | Runs zedwallet with TTYD |
Current list of Docker Compose files (more to come soon):
Name | Description |
---|---|
TurtleCoind and zedwallet with TTYD | Spins up two containers, TurtleCoind and zedwallet, and shares the terminals over the web via TTYD |
All images are stored on Docker Hub