mirror of
https://github.com/moby/moby.git
synced 2026-07-22 07:21:16 +00:00
Thus far, validation code would stop as soon as a bad value was found. Now, we try to validate as much as we can, to return all errors to the API client. Signed-off-by: Albin Kerouanton <albinker@gmail.com>