To build Docker image and have non-interactive output that is not overriding itself (for example for troubleshooting purposes) you can add `--progress plain` option to `docker build` command. `docker build -t fancytool:latest . --no-cache --progress plain` ### See also 1. [[Docker Image]] ### Reference 1. [Docker Website](https://docs.docker.com/reference/cli/docker/buildx/build/#progress)