mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
3a90004f3c
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) |
||
---|---|---|
.. | ||
compare.go | ||
config.go | ||
config_test.go | ||
exec.go | ||
hostconfig.go | ||
merge.go | ||
parse.go | ||
parse_test.go |