简体   繁体   中英

Docker-machine error in Linux

码头机器错误

I want to create docker-machine device in CentOs

But when i create docker-machine it has message that Error with pre-create check:

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

What should i do??

In my case docker-machine was installed under /snap/bin/ and also in /usr/bin. The one being used was from /snap/bin and was not working. I explicitly invoked /usr/bin/docker-machine -d virtualbox default and that worked.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM