moby--moby/api
Alexander Morozov 0fec3e19db Fix regressions in attach
* Wrong bool parsing
* Attach always all streams

Were introduced in #12120

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-04-09 09:58:44 -07:00
..
client Remove Job from PS API 2015-04-08 10:30:17 -07:00
server Fix regressions in attach 2015-04-09 09:58:44 -07:00
types Remove Job from `docker images` 2015-04-08 19:33:01 -07:00
README.md
api_unit_test.go
common.go Remove Job from PS API 2015-04-08 10:30:17 -07:00

README.md

This directory contains code pertaining to the Docker API:

  • Used by the docker client when communicating with the docker daemon

  • Used by third party tools wishing to interface with the docker daemon