Skip to content

Instantly share code, notes, and snippets.

@zulhfreelancer
Created June 1, 2023 08:25
Show Gist options
  • Save zulhfreelancer/8174500ccaf661454690cfb879d44ea6 to your computer and use it in GitHub Desktop.
Save zulhfreelancer/8174500ccaf661454690cfb879d44ea6 to your computer and use it in GitHub Desktop.
How to show all `docker build` logs?

How to show all docker build logs?

docker build -t YOUR-USER-NAME/YOUR-REPO:<YOUR-IMAGE-TAG> --no-cache --progress=plain .
@Azmekk
Copy link

Azmekk commented Jan 23, 2025

nice

@faelp22
Copy link

faelp22 commented Jan 29, 2025

Obrigado

@williammadie
Copy link

Genuinely nice

@samsongxin
Copy link

Nice

@m-eeemmm
Copy link

Nice

@Serinoxu
Copy link

noice

@kristof-mattei
Copy link

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:

set --global --export BUILDKIT_PROGRESS plain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment