mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Document "name" query parameter for "POST /containers/create" in Remote API v1.8
This commit is contained in:
parent
efaf2cac5c
commit
721bb410f6
2 changed files with 2 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue