2
Ederbit
6y

Is there a way to run docker and virtualbox at the same time? (in windows) Because Docker uses hyperv..

Comments
  • 0
    Just a shot but maybe disable VT-x in the vbox machine?
  • 0
    @danzig666 Thanks I'll try that.
  • 0
    It is quite possible to run docker on virtual box on windows.
  • 0
    @jeanlucami You mean inside a virtual machine of virtualbox?
  • 0
    Well I'm not sure. Sure the docker host is a VM running in virtual box but wouldn't this be quite the same with hyper-v ?
  • 1
    I've always had this struggle. At work I've got 2 windows build servers: one for hyper-v/docker and another for vagrant/vbox. On my local when testing with docker I normally spin up a Linux vm in vbox to test.

    So if any one does have an answer, I'd love to know too :)
  • 0
    I have been to a Meetup a few weeks ago where one said it's not working on windows because of what you said. He's using docker inside a Linux vm with port forwarding
  • 0
    @loebkes i‘d like to see him trying disabling vt-x! I just don‘t believe what some random sucker saz 😬
  • 0
    he was working as sone lead developer for otto.de. don't know
  • 0
    Disqualifies him for me in the first place 😂
  • 1
    I have it working in VMware. I guess virtualbox should be able to do it as well
  • 2
    Not sure what you need to do here but docker machine is docker inside virtual box
  • 0
    @assertnotnull Yes that's actually what I ended up doing :)
Add Comment