PyCharm 2018.2 Help

Tools

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


This page appears In the Settings/Preferences dialog (Ctrl+Alt+S), when the Docker integration plugin is enabled.

The plugin is bundled with PyCharm and is activated by default. If it is disabled, you can manually enable the plugin.


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

Item

Description

Docker Machine executable

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

The default docker-machine value 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 Path environment variable.

Docker Compose executable

docker-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 docker-compose value 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 Path environment variable.

Last modified: 21 November 2018

See Also