Buildx: How to enable verbose mode in buildx

Created on 19 Aug 2020  路  1Comment  路  Source: docker/buildx

Is there a way to see verbose output in buildx as like a vanilla docker build ?

question

Most helpful comment

add --progress=plain ?

Like this:
docker buildx build --progress=plain -t jenkins/jenkins:ownv9 --platform linux/arm64,linux/amd64 --push .

>All comments

add --progress=plain ?

Like this:
docker buildx build --progress=plain -t jenkins/jenkins:ownv9 --platform linux/arm64,linux/amd64 --push .

Was this page helpful?
0 / 5 - 0 ratings