frvi/drone-wall
https://github.com/frvi/dockerfile-dronewall
191
Run drone-wall in a Docker container.
Link: frvi/drone-wall
This Docker image needs a running, and configured, mattgruter/drone container.
To specify the github and/or gitlab repo(s) to monitor, add the --repos parameter:
docker run -d -p 8090:8090 --volumes-from drone frvi/drone-wall --repos=github.com/drone/drone,github.com/dotcloud/docker
Alternately you can specify the team to monitor, with the --team parameter:
docker run -d -p 8090:8090 --volumes-from drone frvi/drone-wall --team=devops
And point your browser to http://localhost:8090/.
docker pull frvi/drone-wall