mirror of
https://github.com/moby/moby.git
synced 2026-07-09 08:07:56 +00:00
Without this fix the error the client might see is: target is unknown which wasn't helpful to me when I saw this today. With this fix I now see: MediaType is unknown: 'text/html' which helped me track down the issue to the registry I was talking to. Signed-off-by: Doug Davis <dug@us.ibm.com>