mirror of https://github.com/docker/docs.git
api: getImages: changed error message
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
parent
7403991cac
commit
9e2863ec71
|
@ -97,7 +97,7 @@ func getImages(c *context, w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
httpError(w, fmt.Sprintf("Not found an engine which has all images: %s", names), http.StatusNotFound)
|
httpError(w, fmt.Sprintf("Unable to find an engine containing all images: %s", names), http.StatusNotFound)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GET /images/json
|
// GET /images/json
|
||||||
|
|
Loading…
Reference in New Issue