From 721bb410f6caa213b7d4eed9373be74287605ffc Mon Sep 17 00:00:00 2001 From: Manuel Woelker Date: Thu, 26 Dec 2013 06:43:26 +0100 Subject: [PATCH] Document "name" query parameter for "POST /containers/create" in Remote API v1.8 --- AUTHORS | 1 + docs/sources/api/docker_remote_api_v1.8.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 263501c33f..d4b89bdf35 100644 --- a/AUTHORS +++ b/AUTHORS @@ -115,6 +115,7 @@ Kyle Conroy Laurie Voss Louis Opter Manuel Meurer +Manuel Woelker Marco Hennings Marcus Farkas Marcus Ramberg diff --git a/docs/sources/api/docker_remote_api_v1.8.rst b/docs/sources/api/docker_remote_api_v1.8.rst index e14cf295d3..21dd4a46cf 100644 --- a/docs/sources/api/docker_remote_api_v1.8.rst +++ b/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)