images from docker-compose.yml not in Docker Tool Window
I just installed PHPStorm 2017.1.4 on an OS X machine and try to use the Docker images from a docker-compose.yml file. This file is checked out from a GitLab repository.
I have followed the instructions from https://www.jetbrains.com/help/phpstorm/docker.html to set up Docker in PHPStorm, i.e. I followed the instructions that seem to apply in my case (some of it seems to be for the 2016 version of PHPStorm).
PHPStorm can connect to Docker (when I hover over Docker in the Docker Tool Window it says 'connected'), but in the Docker Tool Window I can only see the containers and images I had anyway, not the ones from the docker-compose.yml file.
Does anyone know what could have gone wrong or what else needs to be done so that the images from the .yml file appear in the Docker Tool Window?
Please sign in to leave a comment.
Could you please attach a screenshot of your Run configuration for Docker? It's under Run > Edit Configurations > Docker Deployment.
Can you share/link that docker-compose.yml?
Hi, thanks for looking into this.
Here is a screenshot.