2016-01-22 37 views
0

我正在嘗試與廚師提供Docker容器,我正在使用刀獨奏和圖書管理員廚師。小刀獨奏正在刪除cooklbook/docker/recipes/folder - Docker供應與廚師

我得到碼頭工人的食譜,並創建一個測試的配方,但在執行knife solo bootstrap [email protected]回報

Enter the password for [email protected]: 

Starting Chef Client, version 12.6.0 
Compiling Cookbooks... 

================================================================================ 
Recipe Compile Error 
================================================================================ 

Chef::Exceptions::RecipeNotFound 
-------------------------------- 
could not find recipe default for cookbook docker 


Running handlers: 
[2016-01-22T13:54:17-05:00] ERROR: Running exception handlers 
Running handlers complete 
[2016-01-22T13:54:17-05:00] ERROR: Exception handlers complete 
Chef Client failed. 0 resources updated in 00 seconds 
[2016-01-22T13:54:17-05:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out 
[2016-01-22T13:54:17-05:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report 
[2016-01-22T13:54:17-05:00] ERROR: could not find recipe default for cookbook docker 
[2016-01-22T13:54:17-05:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1) 
ERROR: RuntimeError: chef-solo failed. See output above. 

和食譜/泊塢窗/配方文件夾和文件default.rb刪除。

爲了測試,我試着用apache的食譜,這個工程。

我可以解決這個問題嗎?

回答