docker build -t YOUR-USER-NAME/YOUR-REPO:<YOUR-IMAGE-TAG> --no-cache --progress=plain .
Created
June 1, 2023 08:25
-
-
Save zulhfreelancer/8174500ccaf661454690cfb879d44ea6 to your computer and use it in GitHub Desktop.
How to show all `docker build` logs?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And because I don't want to set it every time I call docker I have the following in my
~/.bash_profile
:export BUILDKIT_PROGRESS=plain
and also in
cat ~/.config/fish/config.fish
: