1
0
mirror of https://github.com/moby/moby.git synced 2025-12-13 22:02:25 +03:00
Files
moby/engine/env.go
Doug Davis a7cd25b8b6 Fix error paring null JSON - Issue7941
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>
2014-09-28 19:51:00 -07:00

6.5 KiB