Compare commits

...

3 Commits

3 changed files with 25 additions and 0 deletions

View File

@@ -15,6 +15,8 @@
<option value="1653924949908" />
<option value="1653981278589" />
<option value="1654081446767" />
<option value="1654199086608" />
<option value="1654209683366" />
</list>
</option>
</component>

7
docker.xml Normal file
View 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>

16
remote-servers.xml Normal file
View File

@@ -0,0 +1,16 @@
<application>
<component name="RemoteServers">
<remote-server name="Docker_tcp_local" type="docker">
<configuration>
<option name="apiUrl" value="tcp://127.0.0.1:2375" />
<entry contributedKey="DockerSshConnectionConfigurator.SshConfigId" value="6963fcb8-bc80-4a6f-bbc4-a5c55928b5c6" />
</configuration>
</remote-server>
<remote-server name="localdocker" type="docker">
<configuration>
<option name="apiUrl" value="unix:///var/run/docker.sock" />
<option name="certificatesPath" />
</configuration>
</remote-server>
</component>
</application>