moby--moby/builder
Daniel Nephin 2b7ad47bd2 Move the runconfig.Parse() function into the runconfig/opts package.
The parse.go file is used almost exclusively in the client. The few small
functions that are used outside of the client could easily be copied out
when the client is extracted, allowing this runconfig/opts package to
move to the client.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-04 12:06:29 -05:00
..
dockerfile Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
dockerignore utils: move dockerignore function to builder/dockerignore 2015-12-14 14:59:52 +01:00
builder.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
dockerignore.go utils: move dockerignore function to builder/dockerignore 2015-12-14 14:59:52 +01:00
git.go utils: move git functions to pkg/gitutils 2015-12-14 14:59:52 +01:00
image.go Move Config and HostConfig from runconfig to types/container. 2015-12-22 13:34:30 -05:00
remote.go Abstract builder and implement server-side dockerfile builder 2015-10-06 19:10:19 -04:00
remote_test.go remove unnecessary temporary variable 2015-11-26 10:25:55 +08:00
tarsum.go Fix symlink handling in builder ADD/COPY commands 2015-11-06 10:58:12 -08:00