docs/api/client
Andrea Luzzardi 1df87b9506 API: Provide the HostConfig during "run".
Currently, the HostConfig is only passed from the CLI to Docker only
when issuing a docker create, but not when doing a docker run.

In the near future, in order to allocate ports at creation time rather
than start time, we will need to have the HostConfig readily available
at container creation.

This PR makes the client always pass the HostConfig when creating a
container (regardless of whether it's for a run or create).

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
2014-09-25 15:24:38 -07:00
..
cli.go Add support for multiple level CLI commands 2014-09-19 10:43:50 -07:00
commands.go API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
hijack.go move stdcopy to pkg/stdcopy 2014-09-17 18:06:17 +03:00
utils.go Change content-type for json stream to application/x-json-stream. 2014-09-22 10:29:56 -07:00