Sign inSign up

grahamgilbert/puppetboard

By grahamgilbert

Updated over 10 years ago

Puppetboard

Image
0

355

grahamgilbert/puppetboard repository overview

Docker Puppetboard

========

Quick start

The fastest way to get running:

Here is an example that launches puppetboard on port 80, using certificates store on the host:

docker run -d \
         -v /etc/puppetdb/ssl:/srv/ssl \
         -e PUPPETDB_HOST='puppetdb.example.com' \
         -e PUPPETDB_PORT=8081 \
         -e PUPPETDB_SSL_VERIFY='/srv/ssl/ca.pem' \
         -e PUPPETDB_KEY='/srv/ssl/private.pem' \
         -e PUPPETDB_CERT='/srv/ssl/public.pem' \
         kassis/puppetboard

NOTE: The container will try to allocate the port 80. If the port is already taken, find out which container is already using it by running docker ps.

User Feedback

========

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

Tag summary

Content type

Image

Digest

Size

69.5 MB

Last updated

over 10 years ago

docker pull grahamgilbert/puppetboard