Sign inSign up

sherzberg/curdserver

By sherzberg

Updated almost 11 years ago

Image
0

298

sherzberg/curdserver repository overview

Docker Curd Server for Python Packages

Creates a simple docker instance to proxy and store local copies of Curdling curds (Python packages)

Ports

  • 8000 (default curd-server port)

Docker Pull:

$ 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

Automation:

  • make build
  • make daemon runs the docker as a daemon instance

Client Usage:

On 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

Tag summary

Content type

Image

Digest

sha256:eb2fe2610

Size

160.2 MB

Last updated

almost 11 years ago

docker pull sherzberg/curdserver