linka-cloud / d2vm

Build Virtual Machine Image from Dockerfile or Docker image
Apache License 2.0
208 stars 31 forks source link

d2vm run fails with VBoxManage/QEMU #48

Closed SorinAlexB closed 2 months ago

SorinAlexB commented 2 months ago

When I try to run "d2vm run vbox ubuntu.vdi" it gives me the error: "Cannot find management binary VBoxManage: exec: "VBoxManage": executable file not found in $PATH", but I updated my .bashrc file with export PATH=$PATH:/usr/bin/VBoxManage. I tried the same thing building and running an image with QEMU and I got the same thing. I did the set up from docker and everything seemed fine during installation. Any ideas why the run command might fail?