Files
docker-cli/components/engine/daemon
David Calavera 7f43cd332d Move timeutils functions to the only places where they are used.
- Move time json marshaling to the jsonlog package: this is a docker
  internal hack that we should not promote as a library.
- Move Timestamp encoding/decoding functions to the API types: This is
  only used there. It could be a standalone library but I don't this
it's worth having a separated repo for this. It could introduce more
complexity than it solves.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: 27220ecc6b1eedf650ca9cf94965cb0dc2054efd
Component: engine
2015-12-15 14:56:14 -05:00
..
2015-12-02 16:43:49 -05:00
2015-07-29 23:39:18 +02:00
2015-12-13 18:04:12 +02:00
2015-11-05 17:09:57 -05:00
2015-12-11 20:59:15 +02:00
2015-08-27 22:07:42 -07:00
2015-12-14 11:22:01 -05:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-02 11:12:42 -05:00
2015-12-13 18:04:12 +02:00
2015-12-13 18:04:12 +02:00
2015-12-03 17:39:49 +01:00
2015-12-13 18:04:12 +02:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver