diff --git a/components/engine/AUTHORS b/components/engine/AUTHORS index 263501c33f..d4b89bdf35 100644 --- a/components/engine/AUTHORS +++ b/components/engine/AUTHORS @@ -115,6 +115,7 @@ Kyle Conroy Laurie Voss Louis Opter Manuel Meurer +Manuel Woelker Marco Hennings Marcus Farkas Marcus Ramberg diff --git a/components/engine/docs/sources/api/docker_remote_api_v1.8.rst b/components/engine/docs/sources/api/docker_remote_api_v1.8.rst index e14cf295d3..21dd4a46cf 100644 --- a/components/engine/docs/sources/api/docker_remote_api_v1.8.rst +++ b/components/engine/docs/sources/api/docker_remote_api_v1.8.rst @@ -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)