Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing flags in man-page for docker build #4024

Open
atombrella opened this issue Feb 12, 2023 · 1 comment
Open

Missing flags in man-page for docker build #4024

atombrella opened this issue Feb 12, 2023 · 1 comment

Comments

@atombrella
Copy link

Description

The man-page for docker build is incomplete. The --progress flag is not there. Perhaps there are more flags missing; I haven't made an extensive comparison. I recently needed to figure something, and found --progress in a Reddit post, however not in the man-page. I occasionally use the man-pages for docker, although they don't appear to be updated frequently (last commit was +2 years ago).

https://docs.docker.com/engine/reference/commandline/build/ Navigate here, and search for --progress. It's not there. Neither in man docker-build. It's not a build-kit specific flag.

@joshriverscambia2019
Copy link

I suspect something changed in the relationship with buildx. --progress comes through in docker image build --help but only if buildx is setup on the CLI. It looks like some behavior changed recently, as I have some broken builds, but things seem to be coming back with the install of the buildx plugin.

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

No branches or pull requests

3 participants