1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
Michael Crosby d8c628cf08 Ensure that bridge driver does not use global mappers
This has a few hacks in it but it ensures that the bridge driver does
not use global state in the mappers, atleast as much as possible at this
point without further refactoring.  Some of the exported fields are
hacks to handle the daemon port mapping but this results in a much
cleaner approach and completely remove the global state from the mapper
and allocator.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-03-30 18:28:24 -07:00
..
server.go Ensure that bridge driver does not use global mappers 2015-03-30 18:28:24 -07:00
server_linux.go Remove engine.Status and replace it with standard go error 2015-03-25 22:32:08 +01:00
server_unit_test.go Changed snake case naming to camelCase 2015-03-26 15:05:45 -06:00
server_windows.go Factor out ServeFD & systemd in server for Linux only (Not Windows) 2015-03-10 15:06:16 -07:00