Files
docker-cli/components/engine/daemon
Liu Hua ac0bbebed0 Show the right image name/ID in job log
When we tag an Image with several names and we run one of them,
The "create" job will log this event with
 +job log(create, containerID, Imagename).

And the "Imagename" is always the first one (sorted). It is the
same to "start/stop/rm" jobs. So use the correct name instand.
This PR refer to #10479

Signed-off-by: Liu Hua <sdu.liu@huawei.com>
Upstream-commit: 663d9130118548c648c4463bae088fd983099e08
Component: engine
2015-04-09 09:41:23 +08:00
..
2015-04-07 08:43:14 -07:00
2015-04-07 18:15:28 -04:00
2015-04-04 15:26:45 +02:00
2015-04-07 14:23:09 -07:00
2015-03-21 18:01:18 -07:00
2015-04-07 14:23:09 -07:00
2015-04-07 08:43:18 -07:00
2015-04-07 08:43:18 -07:00
2015-04-08 10:30:17 -07:00
2014-05-17 17:56:02 +00:00
2015-03-31 15:10:30 -04:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver