Remove special case for 'teams' from registry api

Upstream-commit: 531b30119ab5422f9f34ebf3be1a6b6578ded9f1
Component: engine
This commit is contained in:
Solomon Hykes
2013-05-30 11:37:58 -07:00
parent 0a206f47a8
commit bc3ec475fa

View File

@ -246,7 +246,6 @@ The Index has two main purposes (along with its fancy social features):
- Resolve short names (to avoid passing absolute URLs all the time)
- username/projectname -> \https://registry.docker.io/users/<username>/repositories/<projectname>/
- team/projectname -> \https://registry.docker.io/team/<team>/repositories/<projectname>/
- Authenticate a user as a repos owner (for a central referenced repository)
3.1 Without an Index