Files
docker-docs/daemon
Tonis Tiigi 28cf8fddd4 Fix attach stream closing issues
Fixes: #9860
Fixes: detach and attach tty mode

We never actually need to close container `stdin` after `stdout/stderr` finishes. We only need to close the `stdin` goroutine. In some cases this also means closing `stdin` but that is already controlled by the goroutine itself.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-01-14 02:03:25 +02:00
..
2015-01-14 02:03:25 +02:00
2015-01-12 21:48:44 +01:00
2015-01-13 03:27:17 +00:00
2015-01-08 20:14:58 +00:00
2014-12-23 22:03:20 +00:00
2014-10-30 22:24:57 +02:00
2015-01-13 03:27:17 +00:00
2014-11-08 00:14:08 +00:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver