Files
docker-cli/components/engine/daemon
Mike Goelzer 6143e6c8cf 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>
Upstream-commit: d1502afb63a10df0bfce20ae2957774cfb3e58d8
Component: engine
2016-03-20 04:30:09 -07:00
..
2016-02-01 09:57:38 -08:00
2016-02-24 21:12:14 -05:00
2016-02-03 10:43:01 -08:00
2016-03-11 23:22:16 +08:00
2016-01-14 08:17:40 +00:00
2016-02-16 11:19:23 -08:00
2016-03-08 07:55:01 -08:00
2016-02-09 14:25:02 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver