mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 05:31:47 +00:00
allow 2 docker events to be opened on the same computer over unix socket
Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)
This commit is contained in:
@@ -244,7 +244,7 @@ func getEvents(eng *engine.Engine, version version.Version, w http.ResponseWrite
|
||||
return err
|
||||
}
|
||||
|
||||
var job = eng.Job("events", r.RemoteAddr)
|
||||
var job = eng.Job("events")
|
||||
streamJSON(job, w, true)
|
||||
job.Setenv("since", r.Form.Get("since"))
|
||||
job.Setenv("until", r.Form.Get("until"))
|
||||
|
||||
Reference in New Issue
Block a user