moby/api/server
Vincent Demeester 15aa2a663b Implement configurable detach key
Implement configurable detach keys (for `attach`, exec`, `run` and
`start`) using the client-side configuration

- Adds a `--detach-keys` flag to `attach`, `exec`, `run` and `start`
  commands.
- Adds a new configuration field (in `~/.docker/config.json`) to
  configure the default escape keys for docker client.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-01-03 23:03:39 +01:00
..
httputils remove unnecessary logs from daemon 2015-11-10 17:44:38 +08:00
router Implement configurable detach key 2016-01-03 23:03:39 +01:00
middleware.go authZ: more fixes 2015-12-18 16:29:01 +01:00
middleware_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
profiler.go api/server fix golint errors/warnings. 2015-07-28 22:44:39 +00:00
server.go Create build router separate from image router. 2015-12-17 16:56:11 -08:00
server_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
server_unix.go Better error message for invalid unix socket format 2015-12-15 10:05:58 +08:00
server_windows.go Allocate resources for server API before daemon creation 2015-10-05 09:32:08 -07:00