Docker images for puppet development
7.0K
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}:/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.
bash ./build.sh
docker run -ti logicminds/puppetdev:latest /bin/bash
Root Password: Docker!
Content type
Image
Digest
sha256:ad27378a3…
Size
262.6 MB
Last updated
about 10 years ago
docker pull logicminds/centos-puppetdev