docs/api/server/router/local
Brian Goff 2d43d93410 Make exec start return proper error codes
Exec start was sending HTTP 500 for every error.

Fixed an error where pausing a container and then calling exec start
caused the daemon to freeze.

Updated API docs which incorrectly showed that a successful exec start
was an HTTP 201, in reality it is HTTP 200.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-10-02 14:40:22 -04:00
..
auth.go Separate API router from server. 2015-09-29 19:43:03 -04:00
container.go Separate API router from server. 2015-09-29 19:43:03 -04:00
copy.go Separate API router from server. 2015-09-29 19:43:03 -04:00
exec.go Make exec start return proper error codes 2015-10-02 14:40:22 -04:00
image.go Separate API router from server. 2015-09-29 19:43:03 -04:00
info.go Separate API router from server. 2015-09-29 19:43:03 -04:00
inspect.go Separate API router from server. 2015-09-29 19:43:03 -04:00
local.go Separate API router from server. 2015-09-29 19:43:03 -04:00
volume.go Separate API router from server. 2015-09-29 19:43:03 -04:00