Skip to main content

Type Alias: ContainerFromOpts

ContainerFromOpts = object

Properties

insecureSkipTLSVerify?

optional insecureSkipTLSVerify?: boolean

Allow HTTPS registry communication without verifying the server certificate.


protocol?

optional protocol?: RegistryProtocol

Protocol to use for registry communication.

Defaults to "HTTPS". Use "HTTP" only for plain HTTP registries.


registryService?

optional registryService?: Service

Service to use as the registry endpoint for the image address.

The service will be started only for this pull.