Merge pull request #25462 from DieterReuter/cleanup-manpage-container

Cleanup manpage container in build process
This commit is contained in:
Vincent Demeester 2016-08-06 17:21:10 +02:00 committed by GitHub
commit 8b69fc4e88

View file

@ -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