docs/api/types
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
..
blkiodev Move blkiodev package to types. 2015-12-22 13:31:46 -05:00
container Remove duplicated OomKilldisable 2015-12-24 15:28:56 +08:00
filters Move filters package to the API. 2015-12-15 18:13:26 -05:00
network Move networking api types to the api/types/networking package. 2015-12-09 13:55:59 -08:00
registry Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
strslice Move StrSlice to types. 2015-12-22 13:31:43 -05:00
time Move timeutils functions to the only places where they are used. 2015-12-15 14:56:14 -05:00
versions Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
auth.go Move AuthConfig to api/types 2015-12-14 11:22:01 -05:00
client.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
configs.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
stats.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
types.go Implemet docker update command 2015-12-28 19:19:26 +08:00