docker build -t chia .
docker run -d -p 9101:9101 -v /Users/username/.chia:/root/.chia chia
Much of this code was borrowed from snikch/chia-exporter
docker build -t chia .
docker run -d -p 9101:9101 -v /Users/username/.chia:/root/.chia chia
Much of this code was borrowed from snikch/chia-exporter