Isolate the wonderful world of Ruby dependencies into a container
371
Isolate the wonderful world of Ruby dependencies into a container
From inside the puppet module directory run the following to test
docker run -it --rm -v $(pwd):/module:z spohnan/puppet-test:latest
Puppet lint is also installed
docker run -it --rm -v $$(pwd):/module:z spohnan/puppet-test:latest puppet-lint .
Content type
Image
Digest
Size
145.2 MB
Last updated
over 10 years ago
docker pull spohnan/puppet-test