store run config
This commit is contained in:
parent
088a8cd2fb
commit
67de8376bf
33
.idea/runConfigurations/Docker_Image.xml
Normal file
33
.idea/runConfigurations/Docker_Image.xml
Normal file
@ -0,0 +1,33 @@
|
||||
<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="v6d1tokens" />
|
||||
<option name="containerName" value="v6d1tokens" />
|
||||
<option name="envVars">
|
||||
<list>
|
||||
<DockerEnvVarImpl>
|
||||
<option name="name" value="v6ca" />
|
||||
<option name="value" value="da5261eb5232b4b08452f25099b53b59d2e308b86aaf9c4204f0aa92569044d7" />
|
||||
</DockerEnvVarImpl>
|
||||
<DockerEnvVarImpl>
|
||||
<option name="name" value="v6caurl" />
|
||||
<option name="value" value="http://172.18.0.2:5900" />
|
||||
</DockerEnvVarImpl>
|
||||
</list>
|
||||
</option>
|
||||
<option name="commandLineOptions" value="--cpus=".5" --memory="100mb" --network="v6d" --ip="172.18.0.3"" />
|
||||
<option name="showCommandPreview" value="true" />
|
||||
<option name="volumeBindings">
|
||||
<list>
|
||||
<DockerVolumeBindingImpl>
|
||||
<option name="containerPath" value="/v6data" />
|
||||
<option name="hostPath" value="v6d1tokens" />
|
||||
</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="v6d1tokens" />
|
||||
<option name="buildOnly" value="true" />
|
||||
<option name="showCommandPreview" value="true" />
|
||||
<option name="sourceFilePath" value="Dockerfile" />
|
||||
</settings>
|
||||
</deployment>
|
||||
<method v="2" />
|
||||
</configuration>
|
||||
</component>
|
Reference in New Issue
Block a user