docker-registry
docker-registry copied to clipboard
search or pull my own docker images from other docker client
I am running docker-registry on my own server, pull images from docker hub, re-tag image, push to local container all work fine. But search or pull images from other docker client always fail. I docker run with -e SEARCH_BACKEND=sqlalchemy -p 5000:5000 -e STORAGE_PATH=/registry
The docker registry server log is:
139.185.48.134 - - [19/May/2015:08:24:27 +0000] "GET /v1/search?q=hello-world HTTP/1.1" 404 19 "" "docker/1.5.0 go/go1.3.3 kernel/3.8.13-55.1.6.el7uek.x86_64 os/linux arch/amd64"
Any idea?