moby--moby/builder/dockerfile
Daniel Nephin 6dba0b5d89 Remove the need for runconfig.Parse() in the builder.
By using a container.Config directly.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2015-12-27 19:58:51 -05:00
..
command Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
parser Fix typos found across repository 2015-12-13 18:04:12 +02:00
bflag.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
bflag_test.go Move builder files to builder/dockerfile 2015-10-05 18:26:47 -04:00
builder.go Remove package pkg/ulimit, use go-units instead. 2015-12-23 13:27:58 -05:00
dispatchers.go Remove the need for runconfig.Parse() in the builder. 2015-12-27 19:58:51 -05:00
envVarTest Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
evaluator.go Fix typos found across repository 2015-12-13 18:04:12 +02:00
internals.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
internals_unix.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
internals_windows.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
shell_parser.go Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
shell_parser_test.go Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00
support.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
wordsTest Allow for env vars to have spaces in some cases 2015-11-09 12:42:56 -08:00