moby--moby/api
Jessie Frazelle e6b7d93072 Merge pull request #11665 from runcom/11613-api-exec-start-structured-response
Return ContainerExecCreateResponse from container exec create API endpoint
2015-03-23 17:52:15 -07:00
..
client Merge pull request #11665 from runcom/11613-api-exec-start-structured-response 2015-03-23 17:52:15 -07:00
server Return ContainerExecCreateResponse from container exec start API endpoint, Fixes #11613 2015-03-24 00:41:54 +01:00
types Return ContainerExecCreateResponse from container exec start API endpoint, Fixes #11613 2015-03-24 00:41:54 +01:00
README.md
api_unit_test.go
common.go

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