moby--moby/runconfig
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
..
fixtures Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
compare.go Decode container configurations into typed structures. 2015-04-15 10:22:07 -07:00
config.go Fix RUN's error msg when it fails 2015-05-05 16:08:41 -07:00
config_test.go Allow links to be specified with only the name if this matches the alias 2015-05-11 21:50:47 +02:00
exec.go remove execCreate & execStart from job 2015-04-22 13:51:57 -07:00
hostconfig.go Docker integration with libnetwork 2015-05-19 22:40:19 +00:00
merge.go trivial: typo cleanup 2015-04-27 13:35:08 -07:00
parse.go Merge pull request #12667 from ibuildthecloud/host-uts 2015-05-13 18:30:32 -07:00
parse_test.go Add test for net=container and links 2015-03-23 19:50:33 -07:00