mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
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> Upstream-commit: 15aa2a663b47b6126a66efefcadb64edfbffb9f5 Component: engine