Details
Description
The logic for doing a docker pull of an image for a private registry assumes that the .docker/config.json is to be found in $HOME (according to the Mesosphere instructions and the code).
However, this assumption was only true for Linux per the Docker code, but on Windows, Docker explicitly looks at the USERPROFILE environment variable, again per the Docker code.
So in order for Docker to pick up the config file correctly, we need to change the variable used on Windows in the Docker containerizer.