mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07: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>