1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client/lib
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
..
client.go Add godoc comment about client tls verification. 2015-12-21 12:55:37 -05:00
client_test.go
container_attach.go Implement configurable detach key 2016-01-03 23:03:39 +01:00
container_commit.go
container_create.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
container_inspect.go
container_list.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
container_remove.go
container_rename.go
container_restart.go
container_start.go
container_stats.go
container_stop.go
container_top.go
container_unpause.go
container_update.go Implemet docker update command 2015-12-28 19:19:26 +08:00
copy.go
diff.go
errors.go
events.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
exec.go Move ExecConfig to types. 2015-12-22 13:31:46 -05:00
export.go
hijack.go api: client: lib: fix go vet 2015-12-16 12:00:48 +01:00
history.go
image_build.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
image_build_test.go Remove httputils dependency from API client lib. 2015-12-14 16:48:59 -05:00
image_create.go
image_import.go
image_inspect.go
image_list.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
image_load.go Make docker load to output json when the response content type is json. 2015-12-22 19:00:27 -05:00
image_pull.go
image_push.go
image_remove.go
image_save.go
image_search.go Move registry.SearchResult types to api/types/registry. 2015-12-15 11:44:20 -05:00
image_tag.go
info.go
kill.go
login.go
logs.go Move timeutils functions to the only places where they are used. 2015-12-15 14:56:14 -05:00
network.go Add filter for network ls to hide predefined net 2015-12-23 13:26:40 +08:00
pause.go
privileged.go
request.go Remove timeout shared function. 2015-12-14 14:24:21 -05:00
resize.go
version.go
volume.go Move filters package to the API. 2015-12-15 18:13:26 -05:00
wait.go