mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
15924f2385
Closes #10807 Adds support for `dockerfile` ONLY when `Dockerfile` can't be found. If we're building from a Dockerfile via stdin/URL then always download it a `Dockerfile` and ignore the -f flag. Signed-off-by: Doug Davis <dug@us.ibm.com> |
||
---|---|---|
.. | ||
client | ||
server | ||
stats | ||
api_unit_test.go | ||
common.go | ||
MAINTAINERS | ||
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