chef-provisioning-docker icon indicating copy to clipboard operation
chef-provisioning-docker copied to clipboard

Docker provisioner for chef-provisioning

Results 33 chef-provisioning-docker issues
Sort by recently updated
recently updated
newest added

Im having this issue, where the ENV vars declared before running the resource, are not taking into account when the command is excecuted. Here is the recipe ``` ENV['URL']="https://www.testurl.com" machine...

Bug
Waiting

Sometimes Im getting this error. ``` ================================================================================ Error executing action `converge` on resource 'machine[web27]' ================================================================================ Docker::Error::TimeoutError --------------------------- read timeout reached Resource Declaration: --------------------- # In /home/vagrant/cookbooks/murally/recipes/create_container.rb 4: machine "web27" do...

So I've been trying to get something that could be used as a complete persistent service and seem to be missing some fundamental concepts. I can't seem to even get...

Bug
Waiting