moby--moby/builder
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
..
parser builder: Fix handling of VOLUME command where multiple volumes are 2014-09-25 09:44:19 -07:00
MAINTAINERS Add a new MAINTAINERS file for the builder. 2014-09-17 15:36:04 -07:00
dispatchers.go Merge pull request #7994 from erikh/parser_fix_volume_parsing 2014-09-25 12:45:48 -04:00
evaluator.go builder: Appropriately initialize the Cmd in runconfig. 2014-09-22 23:10:05 -07:00
internals.go API: Provide the HostConfig during "run". 2014-09-25 15:24:38 -07:00
job.go builder: Refactors according to @tiborvass's comments 2014-08-27 18:52:30 -07:00
support.go Refactor all pre-compiled regexp to package level vars 2014-09-16 12:57:44 -04:00