1

I am trying to create selenium grid with docker using this post. But when I am trying to create docker it is showing error.

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"

When I run: which VBoxManage it shows location as: /usr/bin/VBoxManage

Ank
  • 1,864
  • 4
  • 31
  • 51
tanvi joshi
  • 19
  • 2
  • 8

1 Answers1

0
sudo apt install virtualbox

The answer is posted stackoverflow

cloudcop
  • 957
  • 1
  • 9
  • 15