chef-boneyard / chef-provisioning-docker

Docker provisioner for chef-provisioning
Apache License 2.0
92 stars 41 forks source link

Docker Provisioning with Chef-Server and Chef dk #105

Open prparmar77 opened 7 years ago

prparmar77 commented 7 years ago

I am trying to provision docker containers using chef ,I can invoke using chef-client -z (with chefdk and gem installed,but not able to invoke using knife ssh "chef-client" from chef-server.

The idea is to provision VM instance first and then deploy set of docker containers having again applied with chef recipes .. Is this possible ?