PhpStorm 2017.3 Help

Tools

File | Settings | Build, Execution, Deployment | Docker | Tools for Windows and Linux
PhpStorm | Preferences | Build, Execution, Deployment | Docker | Tools for macOS
Ctrl+Alt+S settings


For this page to be available, the Docker integration plugin must be installed and enabled.


Specify the settings for working with Docker Machine (Docker Toolbox) and Docker Compose.

ItemDescription
Docker Machine executable docker-machine or an actual path to docker-machine.exe (normally located in the Docker Toolbox installation folder).

The default setting docker-machine is fine if:

  • The actual name of the executable file is docker-machine.
  • The path to the directory where the file is located is included in the environment variable Path.
Docker Compose executabledocker-compose or an actual path to docker-compose.exe or docker-compose.sh (normally located in the bin folder of the Docker installation directory).

The default setting docker-compose for Docker Compose executable is fine if:

  • The actual name of the executable file is docker-compose.
  • The path to the directory where the file is located is included in the environment variable Path.
Last modified: 29 March 2018

See Also