This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
distribution
Watch
1
Star
0
Fork
0
You've already forked distribution
mirror of
https://github.com/distribution/distribution
synced
2024-11-06 19:35:52 +01:00
Code
Releases
Wiki
Activity
83dd4ff0a6
distribution
/
registry
/
doc.go
3 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
Move initialization code from main.go to the registry package This makes it easier to embed a registry instance inside another application. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-08-20 22:56:36 +02:00
// Package registry provides the main entrypoints for running a registry.
Move registry package into handler package The goal is to free up the distribution/registry package to include common registry types. This moves the webapp definitions out of the way to allow for this change in the future. Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-02-11 02:25:40 +01:00
package
registry
Copy Permalink