giovtorres / slurm-docker-cluster

A Slurm cluster using docker-compose
MIT License
319 stars 187 forks source link

Using gpg with Proxy in Dockerfile #58

Closed kojix2 closed 4 weeks ago

kojix2 commented 4 weeks ago

Thank you for making this repository public. Thanks to it, I was able to easily verify whether software using Slurm would work. To run it in a proxy environment, I needed to modify one line in the Dockerfile. Specifically, in the gpg command, it was necessary to add the following option: --keyserver-option http-proxy=http://your-proxy-address:port

I hope this information will be helpful for others visiting with the same purpose.