1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
Anusha Ragunathan 5190794f1d Use ImageBuildOptions in builder.
dockerfile.Config is almost redundant with ImageBuildOptions.
Unify the two so that the latter can be removed. This also
helps build's API endpoint code to be less dependent on package
dockerfile.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
2016-01-05 10:09:34 -08:00
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
opts Use ImageBuildOptions in builder. 2016-01-05 10:09:34 -08:00
compare.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
compare_test.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
config.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
config_test.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
config_unix.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
config_windows.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
errors.go Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
hostconfig.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
hostconfig_test.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
hostconfig_unix.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
hostconfig_windows.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
merge.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
merge_test.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
streams.go Extract StreamConfig struct out of the daemon package. 2015-11-20 15:04:27 -05:00