Files
moby/daemon
Jana Radhakrishnan d18919e304 Docker integration with libnetwork
- Updated Dockerfile to satisfy libnetwork GOPATH requirements.
    - Reworked daemon to allocate network resources using libnetwork.
    - Reworked remove link code to also update network resources in libnetwork.
    - Adjusted the exec driver command population to reflect libnetwork design.
    - Adjusted the exec driver create command steps.
    - Updated a few test cases to reflect the change in design.
    - Removed the dns setup code from docker as resolv.conf is entirely managed
      in libnetwork.
    - Integrated with lxc exec driver.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-05-19 22:40:19 +00:00
..
2015-04-07 08:43:14 -07:00
2015-05-18 16:50:14 +00:00
2015-04-30 12:17:33 -07:00
2015-05-19 22:40:19 +00:00
2015-05-10 14:55:00 +08:00
2015-05-16 12:38:20 -07:00
2015-05-14 15:57:45 -07:00
2015-05-19 22:40:19 +00:00
2015-05-19 22:40:19 +00:00
2015-05-06 16:19:27 -07:00
2015-04-13 15:27:45 +02:00
2015-05-09 10:02:46 +08:00
2015-05-12 20:09:49 +02:00
2015-04-09 16:06:54 -07: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
2015-05-16 12:38:20 -07:00
2015-05-16 12:38:20 -07:00
2015-05-16 12:38:20 -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