moby--moby/libnetwork/client
Alessandro Boch fd43ee1323 Introduce Sandbox entity
- Maps 1 to 1 with container's networking stack
- It holds container's specific nw options which
  before were incorrectly owned by Endpoint.
- Sandbox creation no longer coupled with Endpoint Join,
  sandbox and endpoint have now separate lifecycle.
- LeaveAll naturally replaced by Sandbox.Delete
- some pkg and file renaming in order to have clear
  mapping between structure name and entity ("sandbox")
- Revisited hosts and resolv.conf handling
- Removed from JoinInfo interface capability of setting hosts and resolv.conf paths
- Changed etchosts.Build() to first write the search domains and then the nameservers

Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-08-27 11:19:02 -07:00
..
client.go Fixed a basic UI regression due to a recent godep update 2015-06-15 20:19:29 -07:00
client_service_test.go Few changes to the UI and API implementation 2015-06-14 21:57:18 -07:00
client_test.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
network.go Reduced the two spaces for network help, required to pass tests at docker build 2015-07-23 11:46:57 +09:00
service.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
types.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00