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.
docker build...
docker build... > blah.log
2.1m questions
2.1m answers
60 comments
57.0k users