Sign inSign up

jacobcallahan/puppet-serve

By jacobcallahan

Updated over 8 years ago

stand up a container-ized puppet forge server

Image
0

309

jacobcallahan/puppet-serve repository overview

puppet-serve

Host your own puppet module server

Clone this repo.

Modify the contents of 'modules' and build your image.

docker build -t puppet-serve .

Run the container and try it out, make sure to map the internal port to an external one.

docker run -p 1335:8080 puppet-serve

Tag summary

Content type

Image

Digest

Size

112.7 MB

Last updated

over 8 years ago

docker pull jacobcallahan/puppet-serve