Files
docker-cli/components/engine/daemon
Nalin Dahyabhai 7d3bcc0ea2 Remove unnecessary check for nil CString
@noxiouz points out that we don't need to check for a nil result from
C.CString(), since an out-of-memory condition causes a runtime panic
instead.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com> (github: nalind)
Upstream-commit: 11fda783f85e1f6027c997c6b044c65288c89099
Component: engine
2015-09-14 14:16:48 -04:00
..
2015-09-10 14:13:15 +08:00
2015-09-05 23:15:13 +02:00
2015-07-29 23:39:18 +02:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-09-11 16:17:59 -04:00
2015-09-11 16:17:59 -04:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-09-06 20:17:56 +02:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-07-16 16:02:26 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-09-11 16:17:59 -04:00
2015-07-31 13:13:40 -07:00
2015-08-27 22:07:42 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver