teracyhq / dev

The only truly universal productive development platform with Docker on macOS, Linux and Windows! http://blog.teracy.com/2016/12/20/teracy-dev-the-only-truly-universal-productive-development-platform-with-docker-on-macos-linux-and-windows/ http://slides.teracy.net/hoatle/productive-dev-workflow-with-teracy-dev/latest/
http://dev.teracy.org/docs
BSD 3-Clause "New" or "Revised" License
86 stars 31 forks source link

should check to make sure teracy-dev works well with virtualbox 6.0 #600

Closed hoatle closed 5 years ago

hoatle commented 5 years ago

on macOS, Linux, Windows

hieptranquoc commented 5 years ago

@hoatle I am using VirtualBox 6.0 since the day it was released and no matter what happens!

hoatle commented 5 years ago

note on Ubuntu, after upgrading to virtualbox 6.0, I got the following error:

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "a9f55917-e3fd-4710-bd5d-7a63fdb0c693", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'teracy-dev_node-01_1548166120359_62957' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

I had to execute $ sudo /sbin/vboxconfig to get it work, see: https://stackoverflow.com/questions/37312334/error-on-vagrant-up-on-linux

hoatle commented 5 years ago

so basically, it works with my check on Ubuntu (16.04) and macOS Mojave.

need to check and confirm on Windows.

hieptranquoc commented 5 years ago

Confirm it works well on Windows!