Files
docker/daemon
Michael Crosby 9fc1c4efb9 Get Mtu from default route
If no Mtu value is provided to the docker daemon, get the mtu from the
default route's interface.  If there is no default route, default to a
mtu of 1500.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
(cherry picked from commit ff4e58ff56)
2015-06-15 17:32:10 -07:00
..
2015-04-07 08:43:14 -07:00
2015-06-10 14:16:11 -07:00
2015-04-30 12:17:33 -07:00
2015-06-04 12:12:50 -07:00
2015-05-14 15:57:45 -07:00
2015-06-15 17:32:10 -07:00
2015-04-13 15:27:45 +02:00
2015-05-29 15:12:33 -07:00
2015-04-09 16:06:54 -07:00
2014-05-17 17:56:02 +00:00
2015-04-10 01:52:55 +08:00
2015-04-16 18:50:24 +02:00
2015-04-23 10:23:02 +08:00
2015-04-16 10:56:15 -04:00
2015-04-12 00:41:16 +02:00
2015-04-09 18:17:50 -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