Instance ParametersΒΆ
Instance parameters are part of the configuration file, but for each provider they are different. Here you can find parameters for a remote instance:
containerName
(optional) - a name of the container from thecontainers
section. Default value:default
.volumes
(optional) - the list of volumes to attach to the instance:name
- a name of the volume. This name should match one of the container'svolumeMounts
to have this volume attached to the container's filesystem.parameters
(optional) - parameters of the volume:path
(optional) - a path on a remote instance that should be mounted to the container.