Sign inSign up

akretion/chefdk

By akretion

Updated about 10 years ago

chefdk

Image
1

1.4K

akretion/chefdk repository overview

this is a Docker wrapper around ChefDK Ruby tools

for Test Kitchen:

First create the Berksfile and .kitchen.yml files; then do

docker run -ti -v "$HOME/.ssh:/root/.ssh_host" -v "$(pwd):/workspace" akretion/chefdk kitchen help

for the berks command:

docker run -ti -v "$(pwd)/:/workspace" akretion/chefdk berks help

The primary motivation behind this image is to avoid to clutter dev machines with full blown Ruby/Chef installations and avoid possible long compilation steps.

Tag summary

Content type

Image

Digest

sha256:a323ffd29

Size

219 MB

Last updated

about 10 years ago

docker pull akretion/chefdk