1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/builder/dockerfile
Daniel Nephin 19f3b0715c Extract imageProber and ContainerBackend from Builder
Extract a common function for builder.createContainer
Extract imageCache for doing cache probes
Removes the cacheBuested field from Builder
Create a new containerManager class which reduces the interface between the
builder and managing containers to 3 functions (from 6)

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-05-23 15:12:58 -04:00
..
command
parser
bflag.go
bflag_test.go
buildargs.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
buildargs_test.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
builder.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
builder_test.go
builder_unix.go
builder_windows.go
containerbackend.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
copy.go
dispatchers.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
dispatchers_test.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
dispatchers_unix.go
dispatchers_unix_test.go
dispatchers_windows.go
dispatchers_windows_test.go
envVarTest
evaluator.go
evaluator_test.go
evaluator_unix.go
evaluator_windows.go
imagecontext.go
imageprobe.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
internals.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
internals_test.go
internals_unix.go
internals_windows.go
internals_windows_test.go
metrics.go
mockbackend_test.go Extract imageProber and ContainerBackend from Builder 2017-05-23 15:12:58 -04:00
shell_parser.go
shell_parser_test.go
support.go
support_test.go
utils_test.go
wordsTest