Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Docker Compose Build On Windows - Show More Output

When helping others out with diagnosing "Docker issues", it has been frustrating that the build output on windows is rather different than when I am building on my Linux machines. It turns out that this was because Windows will be using BuildKit by default.

This can easily be resolved by specifying the --progress parameter. E.g.

docker-compose build --progress=plain

The other possible values are:

  • tty
  • auto

References

Last updated: 23rd February 2022
First published: 29th September 2021

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch