Michael Lemus

Results 3 comments of Michael Lemus

I had a similar issue with a Magento2.1 project. What I did was change the first line in the Dockerfile `FROM php:7.1-apache` to `FROM php:7.0-apache` and in docker-compose.yml uncomment the...

I would recommend setting up Windows Subsystem Linux with Docker for Windows and possibly use Docker-Sync as read/write permissions between windows folders and linux containers is an issue. I have...

I'm also experiencing this issue. Has there been any feedback?