Leonid Makarov
Leonid Makarov
@DigitalFrontiersMedia on Mac or Windows you will be running on docker 1.10.3. Only fresh Linux install are getting the latest docker version when installing, since there is no way to...
@DigitalFrontiersMedia looks like you may have a mix of things/versions and the problem is no longer related to vhost-proxy not workin. Please open a separate issue and post the output...
@davekopecek what's the URL you are using to access the D7 and D8 test projects? Should be `http://drupal7.drude` and `http://drupal8.drude` respectively. If you are getting a 503 error from nginx,...
We now have something better - blackfire. I (or someone else) still have to put together docs for the use case.
On projects using vhost-proxy you have two options: 1. Use `dsh ps` to check the port number of the mysql container - http://take.ms/qOFwE 2. Set a static port mapping in...
Yep, completely agree. We should improve the install process and check already installed prerequisites and their versions, and not assume everyone starts from scratch.
@Krafcu, thanks for reporting this. Per https://github.com/mitchellh/vagrant/issues/6426#issuecomment-245733874 can you try replacing the following in the `Vagrantfile` and test is with both Vagrant 1.8.6 and 1.8.7? Before ``` config.vm.network "private_network", ip:...
You can certainly do an `export DOCKER_HOST=tcp://:2375`, but realistically, a dynamic IP is not really what we want. I'd recommend sticking with Vagrant 1.8.6 in this case.
Hi @LFilewalker, since sources are mounted via NFS or SMB in the VM, the number and size of the projects do not matter. Though, images and containers may fill up...
Hi @christianwiedemann, Would you share your setup and config details? What are the local multi project use cases, that you think are not currently covered by Drude or can be...