Compare commits
3 Commits
65550895a1
...
bc21559ade
| Author | SHA1 | Date | |
|---|---|---|---|
| bc21559ade | |||
| 241f718a7e | |||
| 3d36d4da29 |
@@ -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
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>
|
||||
16
remote-servers.xml
Normal file
16
remote-servers.xml
Normal 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>
|
||||
Reference in New Issue
Block a user