Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/extjs/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
光金属上带刀的奥克托主机?(用户错误:未安装Vagrant)_Vagrant_Chef Infra_Docker_Provisioning - Fatal编程技术网

光金属上带刀的奥克托主机?(用户错误:未安装Vagrant)

光金属上带刀的奥克托主机?(用户错误:未安装Vagrant),vagrant,chef-infra,docker,provisioning,Vagrant,Chef Infra,Docker,Provisioning,我想在裸机服务器上部署。据我所知,到目前为止,knife solo打算使用ssh直接在服务器上执行chef配置 但是,当我遵循以下规则时,我得到: 真的没有办法使用knife solo在没有运行VM能力的机器上安装octohost吗?发生此错误是因为rake命令使用bundle exec执行。这需要流浪者在场才能运行 您可以通过运行以下命令禁用这些功能: bundle install --without integration 或者从文件中删除它们 bundle install --witho

我想在裸机服务器上部署。据我所知,到目前为止,knife solo打算使用ssh直接在服务器上执行chef配置

但是,当我遵循以下规则时,我得到:


真的没有办法使用knife solo在没有运行VM能力的机器上安装octohost吗?

发生此错误是因为
rake
命令使用
bundle exec
执行。这需要流浪者在场才能运行

您可以通过运行以下命令禁用这些功能:

bundle install --without integration
或者从
文件中删除它们

bundle install --without integration