mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bd81df1278
This renames the `rotate_xxx` flags to camelBack, for consistency with other API query-params, such as `detachKeys`, `noOverwriteDirNonDir`, and `fromImage`. Also makes this flag accept a wider range of boolean values ("0", "1", "true", "false"), and throw an error if an invalid value is passed. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
client | ||
fixtures | ||
server | ||
types/backend | ||
common.go | ||
common_test.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