docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 877 forks source link

search or pull my own docker images from other docker client #1002

Open wonleing opened 9 years ago

wonleing commented 9 years ago

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?