我尝试使用 Chef 测试厨房运行简单的测试:
describe file('/opt/test_file.txt') do
it { should exist }
end
我可以使用厨房验证在我的厨房机器(virtualBox/centos-7.2)上轻松运行此测试。
如何在安装在厨房机器中的 Docker 容器中运行此测试?
我尝试使用 Chef 测试厨房运行简单的测试:
describe file('/opt/test_file.txt') do
it { should exist }
end
我可以使用厨房验证在我的厨房机器(virtualBox/centos-7.2)上轻松运行此测试。
如何在安装在厨房机器中的 Docker 容器中运行此测试?