Skip to content

docker-cli: generate man pages#60210

Open
alpo wants to merge 1 commit intovoid-linux:masterfrom
alpo:bugfix/missing-docker-manpages
Open

docker-cli: generate man pages#60210
alpo wants to merge 1 commit intovoid-linux:masterfrom
alpo:bugfix/missing-docker-manpages

Conversation

@alpo
Copy link
Copy Markdown

@alpo alpo commented Apr 26, 2026

#60209

Testing the changes

  • I tested the changes in this PR: briefly

Local build testing

  • x86_64-glibc
  • aarch64-glibc
  • armv7l-glibc
  • armv6l-musl
  • aarch64-musl

Uses the upstream Makefile manpages target to generate and install man pages for docker and all subcommands (section 1) and reference pages for Dockerfile and config JSON (section 5).

@hosaka
Copy link
Copy Markdown
Contributor

hosaka commented Apr 28, 2026

Why not use the manpages recipe in the makefile? https://github.com/docker/cli/blob/master/Makefile#L126

Looking at containered/template, similar thing is done during post_build rather than post_install. So post_build builds the manpages and post_install installs them.

@alpo alpo force-pushed the bugfix/missing-docker-manpages branch 2 times, most recently from 86b2285 to 7847e57 Compare April 29, 2026 06:27
@alpo alpo changed the title generate docker man pages [WIP] generate docker man pages Apr 29, 2026
@alpo alpo changed the title [WIP] generate docker man pages [WIP] docker-cli: generate man pages Apr 29, 2026
@alpo alpo force-pushed the bugfix/missing-docker-manpages branch from 7847e57 to 0cf7a8d Compare April 29, 2026 08:16
@alpo alpo changed the title [WIP] docker-cli: generate man pages docker-cli: generate man pages Apr 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants