docs/cluster
Doug Davis 4dc645bb8a Add missing 'defer'
as it stands now the lock at this spot in the code is pretty useless.
All it does it block us but since we release the lock before we check
e.state its a roadblock with no real purpose.
One could argue that a lock isn't needed at all but I think having it
there for consistency with the other funcs would be good.

Signed-off-by: Doug Davis <dug@us.ibm.com>
2016-02-29 13:51:10 -08:00
..
mesos Revert "Passing HostConfig for /start endpoint" 2016-02-17 15:46:37 -08:00
swarm support docker run --net <node>/<network> 2016-02-23 13:13:31 -08:00
cluster.go Revert "Passing HostConfig for /start endpoint" 2016-02-17 15:46:37 -08:00
config.go support docker run --net <node>/<network> 2016-02-23 13:13:31 -08:00
config_test.go add unit test 2016-01-05 10:31:47 -08:00
container.go Fix double start 2016-01-31 19:08:48 -05:00
container_test.go create Containers type 2015-05-26 12:01:48 -07:00
engine.go Add missing 'defer' 2016-02-29 13:51:10 -08:00
engine_sorter.go implemented naturalsorter for engine 2015-08-06 11:35:49 -04:00
engine_sorter_test.go implemented naturalsorter for engine 2015-08-06 11:35:49 -04:00
engine_test.go Only record connection failure error in error message. 2016-02-01 22:30:36 -08:00
event.go support 1.10 events 2016-01-15 19:35:04 -08:00
image.go fix 2 typos 2016-02-09 22:50:29 -08:00
image_test.go fix unit test and add integration test 2016-01-28 13:12:42 -08:00
network.go support docker network ls --filter type=XXX 2016-02-02 15:57:53 -08:00
network_test.go support docker network ls --filter type=XXX 2016-02-02 15:57:53 -08:00
options.go Enabling checkpoint failover in FrameworkInfo 2016-01-14 04:05:00 -05:00
options_test.go Use os.Unsetenv in options_test 2015-07-01 20:25:52 -07:00
utils_darwin.go Mac build fix 2016-01-18 16:54:22 -08:00
utils_unix.go Support TCP_USER_TIMEOUT for Linux and its equivalent in Mac 2016-01-18 15:46:27 -08:00
utils_windows.go Support TCP_USER_TIMEOUT for Linux and its equivalent in Mac 2016-01-18 15:46:27 -08:00
volume.go update some comments 2016-01-16 21:08:00 -08:00
watchdog.go Revert "Passing HostConfig for /start endpoint" 2016-02-17 15:46:37 -08:00