15 lines
637 B
XML
15 lines
637 B
XML
<application>
|
|
<component name="RemoteServers">
|
|
<remote-server name="Docker" type="docker">
|
|
<configuration>
|
|
<option name="apiUrl" value="unix:///var/run/docker.sock" />
|
|
<option name="autoDetectExePaths" value="true" />
|
|
<option name="certificatesPath" />
|
|
<option name="connected" value="true" />
|
|
<option name="customConfiguratorId" value="DockerDefaultConnectionConfigurator" />
|
|
<option name="dockerComposeExePath" value="/usr/bin/docker" />
|
|
<option name="dockerExePath" value="/usr/bin/docker" />
|
|
</configuration>
|
|
</remote-server>
|
|
</component>
|
|
</application> |