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

This commit is contained in:
Manuel Woelker 2013-12-26 06:43:26 +01:00
parent efaf2cac5c
commit 721bb410f6
2 changed files with 2 additions and 0 deletions

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>

View File

@ -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)