mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This is the first step towards separating the registry subsystem from the deprecated `Server` object. * New service `github.com/dotcloud/docker/registry/Service` * The service is installed by default in `builtins` * The service only exposes `auth` for now... * ...Soon to be followed by `pull`, `push` and `search`. Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes) Upstream-commit: 3d605683b3d272982399635a55ee81b2a7535e81 Component: engine