Sign inSign up

yuuza/chia

By yuuza

Updated over 5 years ago

Docker image for chia-blockchain

Image
0

1.2K

yuuza/chia repository overview

Chia Blockchain in Docker

Get the Docker Image

Pull from Docker Hub Docker Image Size (tag)
docker pull yuuza/chia
Or Build it Locally
docker build -t yuuza/chia .

Configure the Plots Path

Edit the .env file.

Create and run the Container

docker-compose run chia bash

You will enterd the bash shell of the just-created container.

To see all containers, run docker-compose ps -a.

To run another shell in a container, run docker exec -it NAME bash, where NAME is the container name.

Credit

This repo is based on https://gist.github.com/snikch/ab15159e633d21619bdf6a056bec8830

Tag summary

Content type

Image

Digest

Size

194.6 MB

Last updated

over 5 years ago

docker pull yuuza/chia