moby/api/server/router/container
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
..
backend.go Merge pull request #18715 from calavera/remove_is_paused_from_interface 2015-12-28 11:25:11 -08:00
container.go Implemet docker update command 2015-12-28 19:19:26 +08:00
container_routes.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
copy.go Correct the message of ErrorCodeNoSuchContainer to "No such container" 2015-12-04 15:00:08 +08:00
exec.go Move ExecConfig to types. 2015-12-22 13:31:46 -05:00
inspect.go Move versioned references of inspect functions to the daemon. 2015-11-24 14:03:39 -05:00