Vincent Demeester
|
15aa2a663b
Implement configurable detach key
|
9 years ago |
David Calavera
|
af94f941df
Remove `IsPaused` from backend interface.
|
9 years ago |
David Calavera
|
d7d512bb92
Rename `Daemon.Get` to `Daemon.GetContainer`.
|
9 years ago |
David Calavera
|
6bb0d1816a
Move Container to its own package.
|
9 years ago |
David Calavera
|
c412300dd9
Decouple daemon and container to configure logging drivers.
|
9 years ago |
David Calavera
|
ca5ede2d0a
Decouple daemon and container to log events.
|
9 years ago |
Tibor Vass
|
b08f071e18
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
|
9 years ago |
Lei Jitang
|
4e62bd97d3
Fix comment typo in attach.go
|
9 years ago |
Doug Davis
|
26b1064967
Add context.RequestID to event stream
|
10 years ago |
Morgan Bauer
|
8aef1a33eb
refactor attach to not use internal data structures
|
9 years ago |
Morgan Bauer
|
abd72d4008
golint fixes for daemon/ package
|
10 years ago |
Antonio Murdaca
|
88d32a6109
Fix regression in containers attach/wsattach api, return not found before hijacking
|
10 years ago |
Antonio Murdaca
|
b6a6c56915
Remove missed code path for api < 1.12
|
10 years ago |
Antonio Murdaca
|
e2acca67c8
Move container.WaitStop, AttachWithLogs and WsAttachWithLogs to daemon service in api server
|
10 years ago |
Antonio Murdaca
|
c30a55f14d
Refactor utils/utils, fixes #11923
|
10 years ago |
Alexander Morozov
|
0fec3e19db
Fix regressions in attach
|
10 years ago |
Alexander Morozov
|
c44f513248
Remove engine usage from attach
|
10 years ago |
Antonio Murdaca
|
6f4d847046
Replace aliased imports of logrus, fixes #11762
|
10 years ago |
Antonio Murdaca
|
c79b9bab54
Remove engine.Status and replace it with standard go error
|
10 years ago |
Michael Crosby
|
e345fe53ba
Merge pull request #10573 from LK4D4/return_attach_to_builder
|
10 years ago |
Alexander Morozov
|
1095d5e5e4
Change verbose builder out back to attach
|
10 years ago |
Andrew C. Bodine
|
d25a65375c
Closes #9311 Handles container id/name collisions against daemon functionalities according to #8069
|
10 years ago |
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 |