简体   繁体   English

“未找到 VBoxManage。确保已安装 VirtualBox,并且 VBoxManage 在路径中”

[英]"VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"

I am trying to create selenium grid with docker using this post.我正在尝试使用这篇文章使用 docker 创建 selenium 网格。 But when I am trying to create docker it is showing error.但是当我尝试创建 docker 时,它显示错误。

Command used:使用的命令:

docker-machine create -d virtualbox Grid

Error msg:错误信息:

Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"预创建检查出错:“未找到 VBoxManage。确保已安装 VirtualBox,并且 VBoxManage 在路径中”

When I run: which VBoxManage it shows location as: /usr/bin/VBoxManage当我运行时: which VBoxManage它显示位置为: /usr/bin/VBoxManage

sudo apt install virtualbox

The answer is posted stackoverflow答案贴在stackoverflow

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 PyGears 错误:找不到系统 libbz2 标头。 确保您的系统安装了 libz - PyGears Error: No system libbz2 headers could be found. Make sure your system has a libz installed VBoxManage无法从Python运行 - VBoxManage not working from Python Django:找不到带有 label XYZ 的应用程序。 您确定您的 INSTALLED_APPS 设置正确吗? - Django: app with label XYZ could not be found. Are you sure your INSTALLED_APPS setting is correct? 未找到资源朋克。 但是,它被下载并安装 - Resource punkt not found. But, it is downloaded and installed 错误:WAT070:找不到引用的程序集。 在构建之前,请确保构建用于生成该程序集的角色项目 - Error : WAT070 : The referenced assembly was not found. Please make sure to build the role project that produces this assembly before building Cherrypy返回NotFound:(404,“未找到路径'/'。”) - Cherrypy returning NotFound: (404, “The path '/' was not found.”) “找不到协议命令。 确保已安装protobuf并设置了PATH环境” - “Could not find protoc command. Make sure protobuf is installed and your PATH environment is set” 找不到Pip命令。路径问题 - Pip command not found. Issues with Path raise IOError(“%s not found.” % path) - raise IOError(“%s not found.” % path) 找不到应用程序“ \\ udccd”。 它在INSTALLED_APPS中吗? - App '\udccd' could not be found. Is it in INSTALLED_APPS?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM