first commit
This commit is contained in:
15
JetBrains/IntelliJIdea2026.1/options/remote-servers.xml
Normal file
15
JetBrains/IntelliJIdea2026.1/options/remote-servers.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user