This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
distribution
Watch
13
Star
0
Fork
You've already forked distribution
3
Code
Issues
3
Pull requests
Projects
Releases
2
Packages
Wiki
Activity
Actions
c03b5fc5ee
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 20:56:36 +00: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 01:25:40 +00:00
package
registry
Reference in a new issue
Copy permalink