Docker images for puppet development
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}:/opt –workdir /opt –hostname=puppetdev -t logicminds/centos-puppetdev:latest3.8 rake specOvertime there will be many different tags for each puppet version so that we can easily test against different ruby/puppet combinations.
bash ./build.sh