mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05: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> |
||
|---|---|---|
| .. | ||
| engine.go | ||
| engine_test.go | ||
| env.go | ||
| env_test.go | ||
| hack.go | ||
| helpers_test.go | ||
| http.go | ||
| job.go | ||
| job_test.go | ||
| MAINTAINERS | ||
| shutdown_test.go | ||
| streams.go | ||
| streams_test.go | ||
| table.go | ||
| table_test.go | ||