mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Only two of these are not handled, the one in `TestBuildForceRm` is intended to not be handled, while the other one in `TestBuildResourceConstraintsAreUsed` causes problem. In test case `TestBuildResourceConstraintsAreUsed`, somehow we are not able to access network to get base image, but the error message is: ``` Error: failed to inspect container : Unable to read inspect data: json: cannot unmarshal array into Go value of type types.ContainerJSON ``` Totally confusion. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com> Upstream-commit: 1b34008532849467623039f78191e0f706fb34a5 Component: engine