mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-05 21:21:42 +00:00
Merge pull request #731 from dotcloud/change_containersPs_containersJson_api-feature
* API: rename containers/ps to containers/json
This commit is contained in:
@@ -24,7 +24,7 @@ Docker Remote API
|
||||
List containers
|
||||
***************
|
||||
|
||||
.. http:get:: /containers/ps
|
||||
.. http:get:: /containers/json
|
||||
|
||||
List containers
|
||||
|
||||
@@ -32,7 +32,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**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user