moby/api
David Calavera e15f6fca3f Fail fail when the ps format template is invalid.
Fixes error continuing execution when the parsing fails.

Signed-off-by: David Calavera <david.calavera@gmail.com>
(cherry picked from commit 3d3db0d4af)
2015-08-05 16:21:30 -07:00
..
client Fail fail when the ps format template is invalid. 2015-08-05 16:21:30 -07:00
server Check for nil before using HostConfig to adjustCpuShares 2015-07-30 17:21:20 -07:00
types Fix docker cp Behavior With Symlinks 2015-07-30 17:21:20 -07:00
api_unit_test.go fix tests 2014-03-31 18:11:53 +00:00
common.go Error out if client API version is too old 2015-06-18 11:03:07 +02:00
README.md Update README.md 2014-07-04 18:21:13 +09:00

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