i run CentOS in VirtualBox on physical Windows7. Now in centOS i have Docker and i need to run
docker-machine create --driver virtualbox host1
but i get error
Error with pre-create check: "VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path"
so do i need to install VirtualBox once again and in the CentOS? If yes, how can i do that?
thanks lot
Yes you are absolutely correct. You need to install VirtualBox first of all.
You can do it by running yum install virtualbox
for CentOS or
sudo apt-get install virtualbox
for Ubuntu
Do so and then run your code and you will be good to go