Files
docker-docs/integration-cli
Qiang Huang b0ef3194aa fix inspect format result
Currently `docker inspect -f` use json.Unmarshal() unmarshal
to interface, it will store all JSON numbers in float64, so
we use `docker inspect 4f0d73b75a0d | grep Memory` and
`docker inspect -f {{.HostConfig.Memory}} 4f0d73b75a0d` will
get different values.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-04-23 09:28:07 +08:00
..
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00
2015-04-21 10:28:52 -07:00