Where’s that log file? Debugging failed Docker builds

You’ve got a nice new Dockerfile, and it’s time to try it out: $ docker build -t mynewimage . Sending build context to Docker daemon 3.072kB Step 1/3 : FROM python:3.8-slim-buster —> 3d8f801fc3db Step 2/3 : COPY build.sh . —> 541b65a7b417 Step 3… Read more

Similar