When debugging a Docker image build, it might be useful to add a RUN statement to print some useful debugging information (e.g. running processes, the content of a directory, etc.). However, by default the output of the command will not actually be printed to the console.
Read here how to ensure all RUN statements actually print their output to your local terminal.
Continue reading “Quicktip: View output of Docker image build”