In windows how do you output the entirety of docker build...
to a log file? I need to troubleshoot a failed build from a docker file but the output in the command prompt rolls logs off. I tried docker build... > blah.log
but the output is not the same as the output in a CMD prompt.