Creates a simple docker instance to proxy and store local copies of Curdling curds (Python packages)
$ sudo docker pull sherzberg/curdserver
Run the container and setup volume sharing to persist any cached packages:
$ sudo docker run -d -v /var/wheelhouse:/var/wheelhouse -p 8000:8000 sherzberg/curdserver
make buildmake daemon runs the docker as a daemon instanceOn a separate machine:
$ curd install -c http://myhost:8000 Flask
If you want to upload the build binary:
$ curd install -c http://myhost:8000 -u PIL
Content type
Image
Digest
sha256:eb2fe2610…
Size
160.2 MB
Last updated
almost 11 years ago
docker pull sherzberg/curdserver