Files
docker-cli/components/engine/daemon
Andy Goldstein d6d379e87a Add ability to refer to image by name + digest
Add ability to refer to an image by repository name and digest using the
format repository@digest. Works for pull, push, run, build, and rmi.

Signed-off-by: Andy Goldstein <agoldste@redhat.com>
Upstream-commit: a2b0c9778feac970524b98ef7a91b5528fdeb9d5
Component: engine
2015-03-17 10:10:42 +00:00
..
2015-03-16 12:05:53 +01:00
2014-10-24 15:11:48 -07:00
2015-03-16 12:05:53 +01:00
2015-02-26 19:11:27 +08:00
2015-03-10 15:29:05 -07:00
2015-02-18 10:19:52 -05:00
2014-05-17 17:56:02 +00:00
2015-03-16 12:05:53 +01:00
2014-11-08 00:14:08 +00:00
2015-03-16 12:05:53 +01: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