Only specified folders will be available for volume binding. The Path mappings table is used to map local folders to corresponding directories in the Docker virtual machine's file system. If no message appears, check the Docker Machine executable setting on the Docker | Tools page. To specify an actual path to the executable file, click and select the file in the dialog that opens. The path to the directory where the file is located is included in the Path environment variable. The actual name of the executable file is docker-machine.
The default docker-machine value is fine if: The Connection successful message should appear at the bottom of the dialog. For more information, see Docker configuration. The connection settings depend on your Docker version and operating system. Press Ctrl+Alt+S to open the IDE settings and select Build, Execution, Deployment | Docker.Ĭlick to add a Docker configuration and specify how to connect to the Docker daemon.
Enable Docker supportįor more information, see the Docker documentation.Ĭonfigure the Docker daemon connection settings: For example, the phpstorm/php-71-apache-xdebug-28 image is now accessible as phpstorm/php-apache:7.1-xdebug2.8. Now, instead of individual version-specific images such as phpstorm/php-71-apache-xdebug-26, use feature-specific names such as phpstorm/php-cli or phpstorm/php-apache, and provide a version via :tag. The PhpStorm Docker images naming scheme has changed.