|
@@ -1147,7 +1147,7 @@ Tag the image `name` into a repository
|
|
|
|
|
|
**Example response**:
|
|
|
|
|
|
- HTTP/1.1 201 OK
|
|
|
+ HTTP/1.1 201 Created
|
|
|
|
|
|
Query Parameters:
|
|
|
|
|
@@ -1644,7 +1644,7 @@ Sets up an exec instance in a running container `id`
|
|
|
|
|
|
**Example response**:
|
|
|
|
|
|
- HTTP/1.1 201 OK
|
|
|
+ HTTP/1.1 201 Created
|
|
|
Content-Type: application/json
|
|
|
|
|
|
{
|
|
@@ -1685,8 +1685,8 @@ interactive session with the `exec` command.
|
|
|
|
|
|
**Example response**:
|
|
|
|
|
|
- HTTP/1.1 201 OK
|
|
|
- Content-Type: application/json
|
|
|
+ HTTP/1.1 200 OK
|
|
|
+ Content-Type: application/vnd.docker.raw-stream
|
|
|
|
|
|
{{ STREAM }}
|
|
|
|
|
@@ -1717,7 +1717,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
|
|
|
|
|
|
**Example response**:
|
|
|
|
|
|
- HTTP/1.1 201 OK
|
|
|
+ HTTP/1.1 201 Created
|
|
|
Content-Type: plain/text
|
|
|
|
|
|
Query Parameters:
|