docker debugging to outputs results with --progress=plain

 Whenever we run the following to build an image, we sometimes bump into an issue and would like more verbosity / outputs to see what it is actually doing 

docker buildx build . -t checkout:1.0.0  

Instead of the command line above, 

docker buildx build . -t checkout:1.0.0 --progress=plain

This provide lost of verbosity and shows more details.


Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm