Files
docker-cli/components/engine/daemon
Alexander Larsson 764b128304 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)
Upstream-commit: 3a90004f3c2d86ec849f4674c8046693ea061ed1
Component: engine
2014-09-16 18:40:24 -04:00
..
2014-09-16 19:24:25 +00:00
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-08-01 14:24:41 -04:00
2014-09-16 18:40:24 -04:00
2014-08-13 15:18:15 -07:00
2014-09-03 00:01:11 +04:00
2014-09-16 19:24:25 +00:00
2014-08-06 10:08:19 +00:00
2014-08-13 15:18:15 -07:00
2014-08-06 10:08:19 +00:00
2014-09-03 00:01:11 +04:00
2014-09-16 10:28:37 -07:00
2014-09-03 00:01:11 +04:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-06 10:08:19 +00:00
2014-09-03 00:01:11 +04:00
2014-08-13 11:37:30 +04:00
2014-09-09 01:16:19 -04:00
2014-09-03 00:01:11 +04:00
2014-09-03 00:01:11 +04:00
2014-09-03 00:01:11 +04:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver