Fix docker ps truncate long image name by default

Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
Lei Jitang
2015-10-02 22:56:42 +08:00
parent 77da5d8feb
commit 3fcf481361
6 changed files with 31 additions and 4 deletions
+1
View File
@@ -89,6 +89,7 @@ list of DNS options to be used in the container.
* `POST /build` now optionally takes a serialized map of build-time variables.
* `GET /events` now includes a `timenano` field, in addition to the existing `time` field.
* `GET /info` now lists engine version information.
* `GET /containers/json` will return `ImageID` of the image used by container.
### v1.20 API changes