Type Alias: ContainerFromOpts
ContainerFromOpts =
object
Properties
insecureSkipTLSVerify?
optionalinsecureSkipTLSVerify?:boolean
Allow HTTPS registry communication without verifying the server certificate.
protocol?
optionalprotocol?:RegistryProtocol
Protocol to use for registry communication.
Defaults to "HTTPS". Use "HTTP" only for plain HTTP registries.
registryService?
optionalregistryService?:Service
Service to use as the registry endpoint for the image address.
The service will be started only for this pull.