This example shows how to download a list of go modules to pre-fill Athens disk storage (in case it is run completely cut off from the internet)
Download Docker Desktop for Mac or Windows. Docker Compose will be automatically installed. On Linux, make sure you have the latest version of Compose.
Fork the current GitHub project and clone it to your local machine.
Go to /list folder and fill goget.sh
with a list of modules you need to download, for example:
#!/bin/bash
go get github.com/my/module1;
go get github.com/my/module2;
Run:
docker-compose up --abort-on-container-exit
After downloading copy ATHENS_STORAGE folder to you Athens directory storage.