mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-02 04:43:53 +00:00
Closes #7941 Treat a null in JSON, when reading the config of a container, as if the property was never included. W/o this fix the null would be saved in the property as a string with a value of "null". Signed-off-by: Doug Davis <dug@us.ibm.com>