-
My virtual box version is a little old because in OS 10.7.5 you can not install virtual box 5. Mine is 4.3.
I receive these errors while try to do vagrant up:
vagrant up
Bringing machine 'drupalvm' …
-
I cleaned the ~/.docker folder and do a clean installation. When it detected the old boot2docker and tried to migrate to the newest stack. Failed.
```
C:\Program Files\Docker Toolbox>cd C:\Program Fi…
-
When creating a new VM with `docker-machine` (fresh install via [Docker Toolbox 1.8.2b](https://github.com/docker/toolbox/releases/tag/v1.8.2b)), the process hangs when trying to log into the machine …
-
```
bash-3.2$ ./docker-machine_darwin-386 -v
docker-machine_darwin-386 version 0.2.0 (45f08d9)
bash-3.2$ ./docker-machine_darwin-386 create --driver virtualbox dev
INFO[0000] Creating CA: /Users/xinji…
soleo updated
9 years ago
-
```
C:\Program Files\Docker Toolbox>cd C:\Program Files\Docker Toolbox\
C:\Program Files\Docker Toolbox>"C:\Program Files\Git\bin\sh.exe" --login -i migrate.sh
Error creating machine: exit status …
-
```
antony@antony-ThinkPad-T510:~/drupalvm$ vagrant up
Bringing machine 'drupalvm' up with 'virtualbox' provider...
==> drupalvm: Checking if box 'geerlingguy/ubuntu1404' is up to date...
==> drupalvm…
-
I told it to install newer virtualbox, but it appears to have used the old virtual box (4.3.26 in this case)
**Error**
```
STDERR:
executing: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe modif…
-
Hi everyone, the Docker Toolbox installer told me to post this here:
```
D:\Program Files\Docker Toolbox>cd D:\Program Files\Docker Toolbox\
D:\Program Files\Docker Toolbox>"C:\Program Files\Git\b…
-
Here's the log:
```
Creating Machine default...
executing: /usr/local/bin/VBoxManage
STDOUT: Oracle VM VirtualBox Command Line Management Interface Version 5.0.2
(C) 2005-2015 Oracle Corporation
All…
-
I was using MAMP and then I swicthed to Drupal VM. I am working on a Drupal 8 module with tests and using simpletest. I was exectuing the test in MAMP and it took around 3-4 minutes to complete. But i…