store run config
This commit is contained in:
parent
52f7fbd491
commit
5d8d0cb949
21
.idea/runConfigurations/Docker_Image.xml
Normal file
21
.idea/runConfigurations/Docker_Image.xml
Normal file
@ -0,0 +1,21 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Docker Image" type="docker-deploy" factoryName="docker-image" server-name="Docker">
|
||||
<deployment type="docker-image">
|
||||
<settings>
|
||||
<option name="imageTag" value="v6d0auth" />
|
||||
<option name="containerName" value="v6d0auth" />
|
||||
<option name="commandLineOptions" value="--cpus=".5" --memory="100mb" --network="v6d" --ip="172.18.0.2"" />
|
||||
<option name="showCommandPreview" value="true" />
|
||||
<option name="volumeBindings">
|
||||
<list>
|
||||
<DockerVolumeBindingImpl>
|
||||
<option name="containerPath" value="/v6data" />
|
||||
<option name="hostPath" value="v6d0auth" />
|
||||
</DockerVolumeBindingImpl>
|
||||
</list>
|
||||
</option>
|
||||
</settings>
|
||||
</deployment>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
13
.idea/runConfigurations/Dockerfile.xml
Normal file
13
.idea/runConfigurations/Dockerfile.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Dockerfile" type="docker-deploy" factoryName="dockerfile" server-name="Docker">
|
||||
<deployment type="dockerfile">
|
||||
<settings>
|
||||
<option name="imageTag" value="v6d0auth" />
|
||||
<option name="buildOnly" value="true" />
|
||||
<option name="showCommandPreview" value="true" />
|
||||
<option name="sourceFilePath" value="Dockerfile" />
|
||||
</settings>
|
||||
</deployment>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
Loading…
Reference in New Issue
Block a user