tree: 2ac6392e8a0153e13ba48c026e68aac63f6796cb [path history] [tgz]
  1. bitmap/
  2. cluster/
  3. cmd/
  4. cnmallocator/
  5. config/
  6. datastore/
  7. diagnostic/
  8. discoverapi/
  9. docs/
  10. driverapi/
  11. drivers/
  12. drvregistry/
  13. etchosts/
  14. internal/
  15. ipam/
  16. ipamapi/
  17. ipams/
  18. ipamutils/
  19. ipbits/
  20. iptables/
  21. netlabel/
  22. netutils/
  23. networkdb/
  24. ns/
  25. options/
  26. osl/
  27. portallocator/
  28. portmapper/
  29. resolvconf/
  30. scope/
  31. support/
  32. types/
  33. .dockerignore
  34. .gitignore
  35. agent.go
  36. agent.pb.go
  37. agent.proto
  38. controller.go
  39. controller_linux.go
  40. controller_others.go
  41. default_gateway.go
  42. default_gateway_freebsd.go
  43. default_gateway_linux.go
  44. default_gateway_windows.go
  45. drivers_freebsd.go
  46. drivers_ipam.go
  47. drivers_linux.go
  48. drivers_unsupported.go
  49. drivers_windows.go
  50. endpoint.go
  51. endpoint_cnt.go
  52. endpoint_info.go
  53. endpoint_info_unix.go
  54. endpoint_info_windows.go
  55. endpoint_test.go
  56. endpoint_unix_test.go
  57. error.go
  58. errors_test.go
  59. firewall_linux.go
  60. firewall_linux_test.go
  61. firewall_others.go
  62. libnetwork_internal_test.go
  63. libnetwork_linux_test.go
  64. libnetwork_unix_test.go
  65. libnetwork_windows_test.go
  66. network.go
  67. network_unix.go
  68. network_windows.go
  69. network_windows_test.go
  70. README.md
  71. resolver.go
  72. resolver_test.go
  73. resolver_unix.go
  74. resolver_unix_test.go
  75. resolver_windows.go
  76. sandbox.go
  77. sandbox_dns_unix.go
  78. sandbox_dns_unix_test.go
  79. sandbox_dns_windows.go
  80. sandbox_externalkey_unix.go
  81. sandbox_externalkey_unsupported.go
  82. sandbox_linux.go
  83. sandbox_options.go
  84. sandbox_options_windows.go
  85. sandbox_store.go
  86. sandbox_unix_test.go
  87. sandbox_windows.go
  88. service.go
  89. service_common.go
  90. service_common_unix_test.go
  91. service_linux.go
  92. service_unsupported.go
  93. service_windows.go
  94. store.go
  95. store_linux_test.go
  96. store_test.go
libnetwork/README.md

libnetwork - networking for containers

Libnetwork provides a native Go implementation for connecting containers

The goal of libnetwork is to deliver a robust Container Network Model that provides a consistent programming interface and the required network abstractions for applications.

Design

Please refer to the design for more information.

Using libnetwork

There are many networking solutions available to suit a broad range of use-cases. libnetwork uses a driver / plugin model to support all of these solutions while abstracting the complexity of the driver implementations by exposing a simple and consistent Network Model to users.

Contributing

Want to hack on libnetwork? Docker's contributions guidelines apply.

Copyright and license

Code and documentation copyright 2015 Docker, inc. Code released under the Apache 2.0 license. Docs released under Creative commons.