DockerComposeSettings.

SkipHostnameCheck Property

Summary

Don't check the daemon's hostname against the name specified in the client certificate (for example if your docker host is an IP address)
Assembly
Cake.Docker.dll
Namespace
Cake.Docker
Containing Type
DockerComposeSettings

Syntax

public bool SkipHostnameCheck { get; set; }

Attributes

Type Description
AutoPropertyAttribute

Value

Type Description
bool