chef-provisioning-docker
chef-provisioning-docker copied to clipboard
Docker provisioner for chef-provisioning
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...
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...