Add journal queue

This commit is contained in:
Michael Crosby 2015-11-13 14:09:35 -08:00
parent 0136213e78
commit 18338b29a1
4 changed files with 23 additions and 12 deletions

View file

@ -217,7 +217,6 @@ func (s *server) createContainer(w http.ResponseWriter, r *http.Request) {
e := containerd.NewEvent(containerd.StartContainerEventType)
e.ID = id
e.BundlePath = c.BundlePath
logrus.Debug(c.Stderr, c.Stdout)
e.Stdio = &containerd.Stdio{
Stderr: c.Stderr,
Stdout: c.Stdout,