Sign inSign up

logicminds/centos-puppetdev

By logicminds

Updated about 10 years ago

Docker images for puppet development

Image
0

7.0K

logicminds/centos-puppetdev repository overview

docker-centos-puppetdev

Docker images for puppet development

Summary

Messing with gems, bundler and various ruby installations can be a PITA when developing puppet module code. This docker image aims to remove that pain by putting everything you need for puppet module development inside a container. Best of all, everything is already cached and installed for you.

The idea here is that you can now use containers to perform development.

docker run –rm -v ${PWD}:/module –workdir /module –hostname=puppetdev -t logicminds/centos-puppetdev:latest3.8 rake spec

Overtime there will be many different tags for each puppet version so that we can easily test against different ruby/puppet combinations.

Building

bash ./build.sh

Interactive login

docker run -ti logicminds/puppetdev:latest /bin/bash

Root access

Root Password: Docker!

More info

Leveraging docker for puppet module development

Tag summary

Content type

Image

Digest

sha256:ad27378a3

Size

262.6 MB

Last updated

about 10 years ago

docker pull logicminds/centos-puppetdev