moby/api
David Calavera 00a27b6872 Fix ignore -q flag in docker ps when there is a default format.
Docker ps default format should not take precedence over cli flags.
This happens effectively for other flags except `-q`.
We need to let the cli to set the format as table to print the
expected output with `-q`.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-08-25 04:32:20 -04:00
..
client Fix ignore -q flag in docker ps when there is a default format. 2015-08-25 04:32:20 -04: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