mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 05:31:47 +00:00
bump to master
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Solomon Hykes <solomon@dotcloud.com>
|
||||
@@ -31,7 +31,7 @@ You can still call an old version of the api using /v1.0/images/<name>/insert
|
||||
List containers
|
||||
***************
|
||||
|
||||
.. http:get:: /containers/ps
|
||||
.. http:get:: /containers/json
|
||||
|
||||
List containers
|
||||
|
||||
@@ -39,7 +39,7 @@ List containers
|
||||
|
||||
.. sourcecode:: http
|
||||
|
||||
GET /containers/ps?all=1&before=8dfafdbc3a40 HTTP/1.1
|
||||
GET /containers/json?all=1&before=8dfafdbc3a40 HTTP/1.1
|
||||
|
||||
**Example response**:
|
||||
|
||||
@@ -385,7 +385,7 @@ Attach to a container
|
||||
|
||||
.. http:post:: /containers/(id)/attach
|
||||
|
||||
Stop the container ``id``
|
||||
Attach to the container ``id``
|
||||
|
||||
**Example request**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user