moby--moby/builder
Madhu Venugopal 53b0f686f7 Removed the default "bridge" in builder
Now that the default network mode is "default" and this mode is chosen
even if the mode is empty string, it is not correct to have builder
still pointing to "bridge" as default (though this is daemon default).

Signed-off-by: Madhu Venugopal <madhu@docker.com>
2015-06-22 04:15:56 -07:00
..
command Remove unused Dockerfile instruction INSERT 2015-05-06 16:26:43 -07:00
parser Carry of PR #13520 2015-06-13 09:27:30 -07:00
bflag.go Add support for Dockerfile CMD options 2015-04-28 05:28:46 -07:00
bflag_test.go Add support for Dockerfile CMD options 2015-04-28 05:28:46 -07:00
dispatchers.go Remove PortSpecs from Config 2015-05-29 22:38:09 +02:00
evaluator.go add cpu.cfs_period_us support 2015-05-09 10:02:46 +08:00
internals.go Removed the default "bridge" in builder 2015-06-22 04:15:56 -07:00
internals_linux.go Windows: Fixup builder\internals.go 2015-05-20 08:55:13 -07:00
internals_windows.go Windows: Fixup builder\internals.go 2015-05-20 08:55:13 -07:00
job.go Avoid nil pointer dereference while creating a container with an empty Config 2015-06-06 20:07:32 +02:00
shell_parser.go Add support for more advanced ${xxx:...} syntax 2015-04-01 08:11:15 -07:00
shell_parser_test.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
support.go Fix some escaping around env var processing 2015-03-20 20:09:00 -07:00
words Add support for more advanced ${xxx:...} syntax 2015-04-01 08:11:15 -07:00