1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00
Files
cli/components/engine/daemon
Alexander Morozov f17dd37fef Use json.Encoder for container.toDisk
* for simmetry with fromDisk
* it might be slightly better for GC because of internal sync.Pool

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Upstream-commit: cf02b369e077022335f01b2f78ebd759129de82a
Component: engine
2015-10-30 09:29:53 -07:00
..
2015-10-22 10:42:53 -07:00
2015-10-23 13:37:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-13 16:04:49 -07:00
2015-10-15 20:41:35 -07:00
2015-10-23 16:26:24 -07:00
2015-10-28 15:15:22 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -07:00
2015-10-22 10:42:53 -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