PY-2022.2 <jakub@jimbuntu Update remote-servers.xml Create docker.xml
This commit is contained in:
7
docker.xml
Normal file
7
docker.xml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<application>
|
||||||
|
<component name="DockerSettings">
|
||||||
|
<option name="dockerComposePath" value="/usr/bin/docker-compose" />
|
||||||
|
<option name="dockerMachinePath" value="" />
|
||||||
|
<option name="dockerPath" value="/usr/bin/docker" />
|
||||||
|
</component>
|
||||||
|
</application>
|
||||||
@@ -2,7 +2,16 @@
|
|||||||
<component name="RemoteServers">
|
<component name="RemoteServers">
|
||||||
<remote-server name="Dockeraaa" type="docker">
|
<remote-server name="Dockeraaa" type="docker">
|
||||||
<configuration>
|
<configuration>
|
||||||
<option name="apiUrl" value="tcp://192.168.19.4:2375" />
|
<option name="apiUrl" value="unix:///var/run/docker.sock" />
|
||||||
|
<option name="certificatesPath" />
|
||||||
|
<option name="customConfiguratorId" value="DockerDefaultConnectionConfigurator" />
|
||||||
|
</configuration>
|
||||||
|
</remote-server>
|
||||||
|
<remote-server name="Docker" type="docker">
|
||||||
|
<configuration>
|
||||||
|
<option name="apiUrl" value="unix:///var/run/docker.sock" />
|
||||||
|
<option name="certificatesPath" />
|
||||||
|
<option name="customConfiguratorId" value="DockerDefaultConnectionConfigurator" />
|
||||||
</configuration>
|
</configuration>
|
||||||
</remote-server>
|
</remote-server>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
Reference in New Issue
Block a user