Browse code

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

Manuel Woelker authored on 2013/12/26 14:43:26
Showing 2 changed files
... ...
@@ -115,6 +115,7 @@ Kyle Conroy <kyle.j.conroy@gmail.com>
115 115
 Laurie Voss <github@seldo.com>
116 116
 Louis Opter <kalessin@kalessin.fr>
117 117
 Manuel Meurer <manuel@krautcomputing.com>
118
+Manuel Woelker <docker@manuel.woelker.org>
118 119
 Marco Hennings <marco.hennings@freiheit.com>
119 120
 Marcus Farkas <toothlessgear@finitebox.com>
120 121
 Marcus Ramberg <marcus@nordaaker.com>
... ...
@@ -151,6 +151,7 @@ Create a container
151 151
 	   }
152 152
 	
153 153
 	:jsonparam config: the container's configuration
154
+	:query name: Assign the specified name to the container. Must match ``/?[a-zA-Z0-9_-]+``.
154 155
 	:statuscode 201: no error
155 156
 	:statuscode 404: no such container
156 157
 	:statuscode 406: impossible to attach (container not running)