If a command during build fails, `docker build` now returns with the exit code of that command. This makes it necessary to change the build api endpoint to return a json object stream. Upstream-commit: b04c6466cdc89a107879af7a22b0917006b38730 Component: engine
This directory holds the authoritative specifications of APIs defined and implemented by Docker. Currently this includes:
- The remote API by which a docker node can be queried over HTTP
- The registry API by which a docker node can download and upload container images for storage and sharing
- The index search API by which a docker node can search the public index for images to download