Files
docker-docs/daemon
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
..
2015-12-16 11:58:52 -08:00
2016-01-03 23:03:39 +01:00
2015-12-28 22:36:54 -08:00
2015-12-13 18:04:12 +02:00
2016-01-03 23:03:39 +01:00
2015-12-16 11:58:52 -08:00
2015-12-22 13:31:46 -05:00
2015-12-22 13:31:46 -05:00
2016-01-03 23:03:39 +01:00
2015-12-16 11:58:52 -08:00
2015-12-13 18:04:12 +02:00
2015-12-28 19:19:26 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver