docker pull yuuza/chia
docker build -t yuuza/chia .
Edit the .env file.
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.
This repo is based on https://gist.github.com/snikch/ab15159e633d21619bdf6a056bec8830
Content type
Image
Digest
Size
194.6 MB
Last updated
over 5 years ago
docker pull yuuza/chia