WS-2020.1.3 <martin@Stolas Create remote-servers.xml, docker.xml

This commit is contained in:
Martin Donnelly 2020-07-09 09:29:55 +01:00
parent 4ddd937be4
commit 2a4e508771
2 changed files with 15 additions and 0 deletions

5
docker.xml Normal file
View File

@ -0,0 +1,5 @@
<application>
<component name="DockerSettings">
<option name="dockerComposePath" value="/usr/bin/docker-compose" />
</component>
</application>

10
remote-servers.xml Normal file
View File

@ -0,0 +1,10 @@
<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration>
<option name="apiUrl" value="unix:///var/run/docker.sock" />
<option name="certificatesPath" value="$USER_HOME$/.docker" />
</configuration>
</remote-server>
</component>
</application>