moby/api/server/router
fy2462 8bf5613c1a Fix bug: exec non-exist command miss a "\n"
When exec a non-exist command, it should print a newline at last.

Currently:
```
$ docker exec -ti f5f703ea2c0a144 bash
rpc error: code = 2 desc = "oci runtime error: exec failed: exec:
\"bash\": executable file not found in $PATH"$
```

Signed-off-by: Feng Yan <fy2462@gmail.com>
2016-04-28 16:39:00 +08:00
..
build Update code for latest engine-api 2016-04-19 16:56:54 +02:00
container Fix bug: exec non-exist command miss a "\n" 2016-04-28 16:39:00 +08:00
image api: server: check for unauthorized error 2016-04-22 17:14:02 +02:00
network Update client code with api changes 2016-04-15 12:48:01 +02:00
system Update code for latest engine-api 2016-04-19 16:56:54 +02:00
volume add label support for build, networks and volumes 2016-03-22 11:49:06 -04:00
local.go api/server/router: add Cancellable function 2016-03-25 10:19:23 -07:00
router.go Decouple the "container" router from the actual daemon implementation. 2016-02-08 11:30:57 -05:00