Merge pull request #25462 from DieterReuter/cleanup-manpage-container
Cleanup manpage container in build process
This commit is contained in:
commit
8b69fc4e88
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -136,7 +136,7 @@ validate: build ## validate DCO, Seccomp profile generation, gofmt,\n./pkg/ isol
|
|||
|
||||
manpages: ## Generate man pages from go source and markdown
|
||||
docker build -t docker-manpage-dev -f "man/$(DOCKERFILE)" ./man
|
||||
docker run \
|
||||
docker run --rm \
|
||||
-v $(PWD):/go/src/github.com/docker/docker/ \
|
||||
docker-manpage-dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue