mirror of
https://github.com/docker/cli.git
synced 2026-09-27 01:40:31 -04:00
Refactor API socket handling
Signed-off-by: Michael Crosby <crosbymichael@gmail.com> Upstream-commit: 62806cc85e7faee56acc454b67b8f36786472759 Component: engine
This commit is contained in:
@@ -151,7 +151,6 @@ func mainDaemon() {
|
||||
job.Setenv("TlsCa", *flCa)
|
||||
job.Setenv("TlsCert", *flCert)
|
||||
job.Setenv("TlsKey", *flKey)
|
||||
job.SetenvBool("BufferRequests", true)
|
||||
|
||||
// The serve API job never exits unless an error occurs
|
||||
// We need to start it as a goroutine and wait on it so
|
||||
|
||||
Reference in New Issue
Block a user