Create Dockerfile and README.md

This commit is contained in:
Jacob Henner
2017-11-28 21:51:56 -05:00
parent 008400d082
commit 0ef5b3a062
2 changed files with 25 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# puppet-test-docker
## Purpose
This Docker image is useful for testing Puppet code, especially as the base image for a dockerized continuous integration process. It includes the following RubyGems:
1. puppet
2. puppet-lint
3. puppet-syntax
4. rspec-puppet
5. puppetlabs_spec_helper
6. jsonlint
7. yaml-lint
## Using this image
To pull this image: `docker pull jacobhenner/puppet-test`
To run this image interactively: `docker run -it jacobhenner/puppet-test /bin/bash`
## Copyright
See [LICENSE](LICENSE).