Files
docker-cli/components/engine/daemon
Madhu Venugopal fe01f0420f Docker daemon changes to use default gateway service
* Thanks to the Default gateway service in libnetwork, we dont have to add
containers explicitly to secondary public network. This is handled
automatically regardless of the primary network driver.

* Fixed the URL convention for kv-store to be aligned with the upcoming
changes to discovery URL

* Also, in order to bring consistency between external and internal network
drivers, we moved the driver configs via controller Init.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
Upstream-commit: 6db1592066da48cf9ac619cef7d8d7b3a39db518
Component: engine
2015-09-25 11:00:42 -07:00
..
2015-07-29 23:39:18 +02:00
2015-09-16 14:06:45 -07:00
2015-09-17 11:54:14 -07:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-09-24 11:56:37 -07:00
2015-08-27 22:07:42 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-08-27 22:07:42 -07:00
2015-09-17 11:54:14 -07:00
2015-09-24 11:56:37 -07:00
2015-09-24 11:56:37 -07:00
2015-07-29 21:25:56 +03:00
2015-09-24 11:56:37 -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