Files
docker-cli/components/engine/daemon
Arnaud Porterie d7e8665b03 Add --userland-proxy daemon flag
The `--userland-proxy` daemon flag makes it possible to rely on hairpin
NAT and additional iptables routes instead of userland proxy for port
publishing and inter-container communication.

Usage of the userland proxy remains the default as hairpin NAT is
unsupported by older kernels.

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Upstream-commit: f42348e18f73d1d775d77ac75bc96466aae56d7c
Component: engine
2015-05-04 16:07:45 -07:00
..
2015-04-07 08:43:14 -07:00
2015-04-27 21:50:33 +02:00
2015-05-04 16:07:45 -07:00
2015-04-14 01:37:36 +02:00
2015-04-30 12:17:33 -07:00
2015-05-04 16:07:45 -07:00
2015-05-04 16:07:45 -07:00
2015-04-30 01:35:16 +02:00
2015-04-27 16:45:51 -04:00
2015-04-27 21:50:33 +02:00
2015-04-13 15:27:45 +02:00
2015-04-27 08:38:01 -07:00
2015-04-23 00:58:13 +02:00
2015-04-09 16:06:54 -07:00
2015-04-13 08:25:31 +02:00
2014-05-17 17:56:02 +00:00
2015-04-10 01:52:55 +08:00
2015-04-10 00:56:43 +02: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-13 08:33:53 +02:00
2015-04-12 00:41:16 +02:00
2015-04-09 18:17:50 -07:00
2015-04-27 09:27:15 -07:00
2015-04-27 09:27:15 -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