Hi! Searching through slack, I figured out that do...
# general
f
Hi! Searching through slack, I figured out that docker build logs can only be displayed at the end of the build. But the discussions are a few years old. Is the state of this still the same? When building images that take longer time, I'd prefer to see what's going on in real time. Especially when developing, if something went wrong/stuck but didn't crash, I'd like to know immediately, cancel, fix the problem and repeat. As it is now, I'm inclined towards keeping a "backup build recipe", so I can use it for such cases. Is there a better way?
f
pants --docker-build-verbose
?
f
This still caches the output and displays it only when the build is finished, not during the build.