martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
457 stars 121 forks source link

Add Docker instructions #118

Closed jouir closed 3 years ago

jouir commented 3 years ago

I'm running Chia on Docker using the official Chia Docker container. I wanted to integrate chiadog to my Docker environment so this commit brings a Dockerfile and instructions on how to setup chiadog using Docker.

skweee commented 3 years ago

Great start! I agree that it would be good to have a Dockerfile in this repo. I have a couple of improvement wishes though, which you can also find in my pull request for the repo by @ajacobson (that's the one I'm using right now, but I would gladly switch): https://github.com/skweee/chiadog-docker/blob/feature/add-branch-argument/Dockerfile

Thanks for the contribution!

jouir commented 3 years ago

I didn't know there was a chiadog-docker repository doing exactly what I was looking for. No need to re-invent the wheel, I'm closing this pull-request. Thanks for sharing!