Closed
Description
https://docs.docker.com/engine/api/v1.43/#tag/Image/operation/ImageLoad says the image load HTTP post used by DockerClient can fail by returning a 500 status. LoadImageCmdExec does not inspect the HTTP response code, so errors are ignored.