Chia-Network / chia-docker

Apache License 2.0
215 stars 345 forks source link

environment variables #21

Closed emuhack closed 3 years ago

emuhack commented 3 years ago

in the gui editions of chia there are easy ways to specify the temp location and then the dump location for the plots. if we are running dockers as plotters only, then where do we set those options to crank out plots to the, lets say ubuntu farmer?

justinengland commented 3 years ago

that is going to be entirely implementation dependent. This docker container can run any version of the chia tools you need. full node, farmer, plotter. whatever. the specific configuration will be dependent on the end user. I recommend reading up on mounting host volumes into the docker container. that will get you a long way with your current question.