Tonis Tiigi
|
28cf8fddd4
Fix attach stream closing issues
|
10 years ago |
Brian Goff
|
e6c9343457
Use waitgroup instead of iterating errors chan
|
10 years ago |
Brian Goff
|
21e44d7a21
Refactor daemon.attach()
|
10 years ago |
Jessie Frazelle
|
f936a10d80
Merge pull request #8571 from ncdc/3631-stdout-premature-eof
|
10 years ago |
Alexandr Morozov
|
ee7dd44c01
Mass gofmt
|
10 years ago |
Alexandr Morozov
|
7c62cee51e
Use logrus everywhere for logging
|
10 years ago |
Andy Goldstein
|
5572dbb750
Fix stdout premature EOF
|
10 years ago |
Alexandr Morozov
|
2db1caee4f
Make daemon.Attach private
|
10 years ago |
unclejack
|
4424d15f99
Merge pull request #8302 from rafecolton/move_archive_package_to_pkg
|
10 years ago |
ArikaChen
|
bfc9d8bbea
Fix typo:betweem->between and PtySlace->PtySlave
|
10 years ago |
Rafe Colton
|
b845a62149
Move Go() promise-like func from utils to pkg/promise
|
10 years ago |
unclejack
|
950bfe4193
daemon/attach: avoid mem alloc for interface
|
10 years ago |
Vishnu Kannan
|
c786a8ee5e
Adding docker exec support in CLI.
|
10 years ago |
Vishnu Kannan
|
669561c2aa
Address review comments.
|
10 years ago |
Vishnu Kannan
|
5130fe5d38
Adding support for docker exec in daemon.
|
10 years ago |
Vishnu Kannan
|
f3c767d798
Adding Exec method to native execdriver.
|
10 years ago |
unclejack
|
76212635b5
move some io related utils to pkg/ioutils
|
11 years ago |
Alexandr Morozov
|
e0339d4b88
Use State as embedded to Container
|
10 years ago |
Vishnu Kannan
|
3a7e07355a
Rename 'StdConfig' to 'StreamConfig'.
|
11 years ago |
Vishnu Kannan
|
4aa5da278f
Refactoring execdriver.Command and Container structs to support 'docker exec' and other
|
11 years ago |
Alexandr Morozov
|
1ba15b8aca
Use ++ instead of += 1
|
11 years ago |
Josiah Kiehl
|
a02f67be5b
Extract log utils into pkg/log
|
11 years ago |
Erik Hollensbe
|
bd373712d0
port usage of jsonlog to the new daemon files which were refactored
|
11 years ago |
Solomon Hykes
|
c2496d97cc
Move Server.ContainerAttach to Daemon.ContainerAttach
|
11 years ago |
Victor Vieux
|
b3ee9ac74e
update go import path and libcontainer
|
11 years ago |
Michael Crosby
|
41cfaa738c
Move Attach from container to daemon
|
11 years ago |