David Calavera
|
5a0a6ee9cd
Remove old http from the docker cli.
|
9 years ago |
David Calavera
|
3f9f23114f
Implement docker exec with standalone client lib.
|
9 years ago |
David Calavera
|
5e80ac9c84
Implement docker attach with standalone client lib.
|
9 years ago |
Vincent Demeester
|
8054a30387
dockerversion placeholder for library import
|
9 years ago |
Brian Goff
|
b78ca243d9
Revert "dockerversion placeholder for library-import"
|
9 years ago |
Vincent Demeester
|
d5cd032a86
dockerversion placeholder for library-import
|
9 years ago |
David Calavera
|
45dc57f229
Check the content type is json when calling exec start.
|
9 years ago |
Brian Goff
|
561005e5ca
Cleanup some issues with exec
|
9 years ago |
Jess Frazelle
|
c0c941627a
Merge pull request #16289 from cpuguy83/11957_fix_stdin_block_after_container_exit
|
9 years ago |
Brian Goff
|
3dbfb3d38c
Ensure stdin does not block after container stop
|
10 years ago |
Shijiang Wei
|
f2d978ccf9
error should be checked earlier in the hijack function
|
10 years ago |
Qiang Huang
|
81cc8ebc93
Change all docker -d to docker daemon
|
10 years ago |
Morgan Bauer
|
dea49b7474
golint for cliconfig
|
10 years ago |
Victor Vieux
|
47a7f770f4
add support for base path in docker cli -H
|
10 years ago |
Antonio Murdaca
|
910322a893
Error out if client API version is too old
|
10 years ago |
John Howard
|
543cf79ffb
Add GOOS in User-Agent
|
10 years ago |
Doug Davis
|
18c9b6c645
Add .docker/config.json and support for HTTP Headers
|
10 years ago |
Antonio Murdaca
|
6f4d847046
Replace aliased imports of logrus, fixes #11762
|
10 years ago |
Srini Brahmaroutu
|
6871b9b16a
Removing -X flag option and autogenerated code to create Dockerversion.go functionality
|
10 years ago |
Phil Estes
|
f73a6b3845
Setup TCP keep-alive on hijacked HTTP(S) client <--> daemon sessions
|
10 years ago |
Jean-Paul Calderone
|
f29ee87051
Use the official mime type that exists instead of an imaginary one that does not.
|
10 years ago |
Jean-Tiare Le Bigot
|
9256578f62
Set HTTP upgrade headers when hijacking connection
|
10 years ago |
Arnaud Porterie
|
e98e56bb1e
Fix client-side HTTP hijacking over TLS
|
10 years ago |
Alexandr Morozov
|
7c62cee51e
Use logrus everywhere for logging
|
10 years ago |
Rafe Colton
|
b845a62149
Move Go() promise-like func from utils to pkg/promise
|
10 years ago |
Vojtech Vitek (V-Teq)
|
d742c57f53
DockerCli: Check IsTerminal() for both STDIN and STDOUT
|
11 years ago |
unclejack
|
1f03e60c2a
move stdcopy to pkg/stdcopy
|
11 years ago |
Vishnu Kannan
|
669561c2aa
Address review comments.
|
11 years ago |
Vishnu Kannan
|
985d579586
Adding 'exec' command to remote API and CLI.
|
11 years ago |
Victor Vieux
|
a0392324f1
another commit to do like @crosbymichael
|
11 years ago |