moby--moby/pkg/term
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
..
windows kill TODO 2015-11-12 16:41:25 +08:00
ascii.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
ascii_test.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
tc_linux_cgo.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
tc_other.go Use termios via CGO only on Linux 2014-11-25 20:49:01 +09:00
term.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
term_windows.go Windows: Native ANSI console support 2015-10-30 13:44:04 -07:00
termios_darwin.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_freebsd.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
termios_linux.go Lint on pkg/* packages 2015-07-27 21:26:21 +02:00