Files
docker-docs/daemon
Burke Libbey f779cfc5d8 Use bufio.Reader instead of bufio.Scanner for logger.Copier
When using a scanner, log lines over 64K will crash the Copier with
bufio.ErrTooLong. Subsequently, the ioutils.bufReader will grow without
bound as the logs are no longer being flushed to disk.

Signed-off-by: Burke Libbey <burke.libbey@shopify.com>
2015-05-29 12:29:42 -04:00
..
2015-04-30 12:17:33 -07:00
2015-05-14 15:57:45 -07:00
2015-05-27 13:43:38 -07:00
2015-04-23 10:23:02 +08:00
2015-05-20 09:08:45 -07:00
2015-05-20 09:08:45 -07:00
2015-05-20 09:08:45 -07:00
2015-05-27 13:43:38 -07: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