moby/api/server/router
Mike Goelzer d1502afb63 Pass upstream client's user agent through to registry on image pulls
Changes how the Engine interacts with Registry servers on image pull.
Previously, Engine sent a User-Agent string to the Registry server
that included only the Engine's version information.  This commit
appends to that string the fields from the User-Agent sent by the
client (e.g., Compose) of the Engine.  This allows Registry server
operators to understand what tools are actually generating pulls on
their registries.

Signed-off-by: Mike Goelzer <mgoelzer@docker.com>
2016-03-20 04:30:09 -07:00
..
build Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
container Remove static errors from errors package. 2016-02-26 15:49:09 -05:00
image Pass upstream client's user agent through to registry on image pulls 2016-03-20 04:30:09 -07:00
network Merge pull request #21160 from mavenugo/staleep 2016-03-14 11:36:04 +01:00
system Add support for identity token with token handler 2016-03-09 13:47:57 -08:00
volume Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00
local.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00
router.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00