Docker tools settings
Last modified: 17 March 2023AppCode | Settings | Build, Execution, Deployment | Docker | Tools
Ctrl+Alt+S
Specify the paths to the Docker CLI executables that AppCode uses for interacting with the Docker daemon.
Install the Docker plugin
This functionality relies on the Docker plugin, which you need to install and enable.
Press Ctrl+Alt+S to open the IDE settings and select Plugins.
Open the Marketplace tab, find the Docker plugin, and click Install (restart the IDE if prompted).
For this page to be available, the Docker integration plugin must be installed and enabled.
AppCode should be able to automatically detect the Docker CLI executables in the default install location. However, if you installed Docker in a custom location, you may need to specify the paths manually.
- Docker executable
Specify the path to the base Docker CLI executable. Default locations:
macOS and Linux
/usr /local /bin /docker Windows
C:
\Program Files \Docker \Docker \resources \docker.exe - Docker Compose executable
Specify the path to the Docker Compose standalone executable. Default locations:
macOS and Linux
/usr /local /bin /docker-compose Windows
C:
\Program Files \Docker \Docker \resources \docker-compose.exe - Use Compose V2
Use the
docker compose
command instead of the standalonedocker-compose
.For more information, see Compose V2 Overview.
Thanks for your feedback!