Morgan Bauer
|
8aef1a33eb
refactor attach to not use internal data structures
|
10 年之前 |
Morgan Bauer
|
abd72d4008
golint fixes for daemon/ package
|
10 年之前 |
Antonio Murdaca
|
88d32a6109
Fix regression in containers attach/wsattach api, return not found before hijacking
|
10 年之前 |
Antonio Murdaca
|
b6a6c56915
Remove missed code path for api < 1.12
|
10 年之前 |
Antonio Murdaca
|
e2acca67c8
Move container.WaitStop, AttachWithLogs and WsAttachWithLogs to daemon service in api server
|
10 年之前 |
Antonio Murdaca
|
c30a55f14d
Refactor utils/utils, fixes #11923
|
10 年之前 |
Alexander Morozov
|
0fec3e19db
Fix regressions in attach
|
10 年之前 |
Alexander Morozov
|
c44f513248
Remove engine usage from attach
|
10 年之前 |
Antonio Murdaca
|
6f4d847046
Replace aliased imports of logrus, fixes #11762
|
10 年之前 |
Antonio Murdaca
|
c79b9bab54
Remove engine.Status and replace it with standard go error
|
10 年之前 |
Michael Crosby
|
e345fe53ba
Merge pull request #10573 from LK4D4/return_attach_to_builder
|
10 年之前 |
Alexander Morozov
|
1095d5e5e4
Change verbose builder out back to attach
|
10 年之前 |
Andrew C. Bodine
|
d25a65375c
Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069
|
10 年之前 |
Tonis Tiigi
|
28cf8fddd4
Fix attach stream closing issues
|
10 年之前 |
Brian Goff
|
e6c9343457
Use waitgroup instead of iterating errors chan
|
10 年之前 |
Brian Goff
|
21e44d7a21
Refactor daemon.attach()
|
10 年之前 |
Jessie Frazelle
|
f936a10d80
Merge pull request #8571 from ncdc/3631-stdout-premature-eof
|
10 年之前 |
Alexandr Morozov
|
ee7dd44c01
Mass gofmt
|
10 年之前 |
Alexandr Morozov
|
7c62cee51e
Use logrus everywhere for logging
|
10 年之前 |
Andy Goldstein
|
5572dbb750
Fix stdout premature EOF
|
10 年之前 |
Alexandr Morozov
|
2db1caee4f
Make daemon.Attach private
|
10 年之前 |
unclejack
|
4424d15f99
Merge pull request #8302 from rafecolton/move_archive_package_to_pkg
|
10 年之前 |
ArikaChen
|
bfc9d8bbea
Fix typo:betweem->between and PtySlace->PtySlave
|
10 年之前 |
Rafe Colton
|
b845a62149
Move Go() promise-like func from utils to pkg/promise
|
10 年之前 |
unclejack
|
950bfe4193
daemon/attach: avoid mem alloc for interface
|
11 年之前 |
Vishnu Kannan
|
c786a8ee5e
Adding docker exec support in CLI.
|
11 年之前 |
Vishnu Kannan
|
669561c2aa
Address review comments.
|
11 年之前 |
Vishnu Kannan
|
5130fe5d38
Adding support for docker exec in daemon.
|
11 年之前 |
Vishnu Kannan
|
f3c767d798
Adding Exec method to native execdriver.
|
11 年之前 |
unclejack
|
76212635b5
move some io related utils to pkg/ioutils
|
11 年之前 |