distribution/docs
Daniel Menet 744919be3d Enable docker search on private docker registry.
The cli interface works similar to other registry related commands:

  docker search foo

... searches for foo on the official hub

  docker search localhost:5000/foo

... does the same for the private reg at localhost:5000

Signed-off-by: Daniel Menet <membership@sontags.ch>
2014-08-16 14:24:32 +02:00
..
auth.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
auth_test.go Merge auth package within registry 2014-03-10 17:16:58 -07:00
httpfactory.go registry.Registry -> registry.Session 2014-08-13 09:27:43 -04:00
MAINTAINERS update go import path and libcontainer 2014-07-24 22:19:50 +00:00
registry.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
registry_mock_test.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
registry_test.go registry.Registry -> registry.Session 2014-08-13 09:27:43 -04:00
service.go Enable docker search on private docker registry. 2014-08-16 14:24:32 +02:00
session.go move utils.Fataler to pkg/log.Fataler 2014-08-13 15:32:41 -07:00
types.go registry.Registry -> registry.Session 2014-08-13 09:27:43 -04:00