$ git clone https://gist.github.com/979e715018f510477e24081c61631871.git wp-barge-veertu
$ cd wp-barge-veertu/
$ vagrant up --provider veertu
$ export DOCKER_HOST=tcp://localhost:2375
$ unset DOCKER_CERT_PATH
$ unset DOCKER_TLS_VERIFY
$ docker-compose up -d
$ vagrant ssh -c "ifconfig eth0 | awk '/inet addr/{print substr(\$2,6)}'" -- -T
192.168.64.3
$ open http://192.168.64.3:8000
- It may take a few minutes for a site to be ready at the first time.
- When I put
config.vm.network :forwarded_port, guest: 8000, host: 8000
to port forward it, the Veertu VM makes Mac OSX slow with CPU overload until I kill the Veertu VM.
While I SSH into the VM, CPU usage of the VM goes 100%. - Veertu - Run Windows and Linux on your Mac
https://veertu.com/forums/topic/while-i-ssh-into-the-vm-cpu-usage-of-the-vm-goes-100/