Document "name" query parameter for "POST /containers/create" in Remote API v1.8

Upstream-commit: 721bb410f6caa213b7d4eed9373be74287605ffc
Component: engine
This commit is contained in:
Manuel Woelker
2013-12-26 06:43:26 +01:00
parent e297baa1c0
commit 1a7338c423
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -115,6 +115,7 @@ Kyle Conroy <kyle.j.conroy@gmail.com>
Laurie Voss <github@seldo.com>
Louis Opter <kalessin@kalessin.fr>
Manuel Meurer <manuel@krautcomputing.com>
Manuel Woelker <docker@manuel.woelker.org>
Marco Hennings <marco.hennings@freiheit.com>
Marcus Farkas <toothlessgear@finitebox.com>
Marcus Ramberg <marcus@nordaaker.com>
@@ -151,6 +151,7 @@ Create a container
}
:jsonparam config: the container's configuration
:query name: Assign the specified name to the container. Must match ``/?[a-zA-Z0-9_-]+``.
:statuscode 201: no error
:statuscode 404: no such container
:statuscode 406: impossible to attach (container not running)