Make upgrade process more resilient to extra characters
Created by: LaurentMT
If extra characters (like space or tab) are mistakenly added before the name of a property in a docker-.conf file, the upgrade process overwrites the value of the property with the default value set in the docker-.conf.tpl file.
We should make the upgrade process more tolerant to this kind of error.