当我尝试在 Vagrant 中使用 Docker 配置时
config.vm.provision "docker" do |d|
d.build_image "/vagrant/app"
end
我得到了错误
There are errors in the configuration of this machine. Please fix the following errors and try again:
VagrantPlugins::Docker::Config:
* The following settings shouldn't exist: build_image
跑步时vagrant up
我可以在 VBox VM 中手动运行构建
答案1
build_image
配置是在 Vagrant 1.5.0 中引入的。也许你有一个旧版本?