# spec/app_spec.rbrequireFile.expand_path'../spec_helper.rb',__FILE__describe"My Sinatra Application"doit"should allow accessing the home page"doget'/'expect(last_response).tobe_okendend
* cookbook_file[/etc/nginx/nginx.conf] action create
================================================================================
Error executing action `create` on resource 'cookbook_file[/etc/nginx/nginx.conf]'
================================================================================
Chef::Exceptions::CookbookNotFound
----------------------------------
Cookbook cookbooks not found. If you're loading cookbooks from another cookbook, make sure you configure the dependency in your metadata
Resource Declaration:
---------------------
# In /var/chef/cache/cookbooks/cookbooks/recipes/default.rb
25: cookbook_file '/etc/nginx/nginx.conf' do
26: source 'nginx.conf'
27: owner 'root'
28: group 'root'
29: mode '0755'
30: end
31:
$ docker build -t docker-and-chef .
Sending build context to Docker daemon 131.6 kB
Error response from daemon: mkdir /mnt/sda1/var/lib/docker/tmp/docker-builder670782655: no space left on device