moby--moby/api
Qiang Huang 2e02077e9f Remove duplicated OomKilldisable
It's in Resources, but wrongly added back to HostConfig in
https://github.com/docker/docker/pull/18762

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-12-24 15:28:56 +08:00
..
client Merge pull request #18878 from calavera/conditional_load_response 2015-12-24 01:11:54 +01:00
fixtures Add more unit tests (thus coverage) to pkg api 2015-08-04 19:51:02 +02:00
server Remove package pkg/ulimit, use go-units instead. 2015-12-23 13:27:58 -05:00
types Remove duplicated OomKilldisable 2015-12-24 15:28:56 +08:00
README.md Update README.md 2014-07-04 18:21:13 +09:00
common.go Add a DOCKER_API_VERSION env var 2015-12-14 12:45:34 -08:00
common_test.go Replace pkg/units with docker/go-units. 2015-12-16 12:26:49 -05: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