1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig
Alexander Larsson 3a90004f3c Add "docker create" support
This exposes the already existing "create container" operation.  It is
very similar to "docker run -d" except it doesn't actually start the
container, but just prepares it. It can then be manually started using
"docker start" at any point.

Docker-DCO-1.1-Signed-off-by: Alexander Larsson <alexl@redhat.com> (github: alexlarsson)

Conflicts:
	api/client/commands.go
	runconfig/parse.go
	server/container.go

Docker-DCO-1.1-Signed-off-by: Tibor Vass <teabee89@gmail.com> (github: tiborvass)
2014-09-16 18:40:24 -04:00
..
compare.go Move volumesfrom to hostconfig 2014-04-08 21:45:06 +00:00
config.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
config_test.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
exec.go Address review comments. 2014-09-15 17:00:00 +00:00
hostconfig.go Add "docker create" support 2014-09-16 18:40:24 -04:00
merge.go Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
parse.go Add "docker create" support 2014-09-16 18:40:24 -04:00
parse_test.go Move parsing functions to pkg/parsers and the specific kernel handling 2014-07-29 13:09:10 -07:00