cyclecloud-docker/project.ini

52 строки
1.0 KiB
INI
Исходник Обычный вид История

2018-07-30 17:49:32 +03:00
[project]
version = 1.0.3
2018-07-30 17:49:32 +03:00
name = docker
2018-07-31 04:48:25 +03:00
label = Docker
type = application
2018-07-30 17:49:32 +03:00
2018-07-31 17:00:33 +03:00
[spec default]
2018-07-30 17:49:32 +03:00
run_list=recipe[cdocker]
[config docker.master.images]
Required = False
Label = Master Images
Description = The list of Docker images to preload on the Master Node
DefaultValue = registry
[config docker.execute.images]
Required = False
Label = Exec Images
Description = The list of Docker images to preload on the Execute Nodes
[config docker.registry.name]
Required = True
Label = Registry Name
Description = The name of the Docker registry to use
[config docker.registry.url]
Required = True
Label = Registry URL
Description = The URL of the Docker registry to use
[config docker.registry.username]
Required = False
Label = Registry User
Description = The username for the Docker registry user
[config docker.registry.password]
Required = False
Label = Registry Pass
Description = The password for the Docker registry user
[config docker.registry.email]
Required = False
Label = Registry Email
Description = The email for the Docker registry user