This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Docker.
Summary
Generic docker-compose settings.
- Assembly
- Cake
.Docker .dll - Namespace
- Cake
.Docker - Base Types
-
- ToolSettings
- AutoToolSettings
- Derived Types
-
- Docker
Compose Run Settings - Docker
Compose Stop Settings - Docker
Compose Down Settings - Docker
Compose Create Settings - Docker
Compose Up Settings - Docker
Compose Exec Settings - Docker
Compose Kill Settings - Docker
Compose Rm Settings - Docker
Compose Port Settings - Docker
Compose Pull Settings - Docker
Compose Logs Settings - Docker
Compose Build Settings - Docker
Compose Ps Settings - Docker
Compose Restart Settings - Docker
Compose Push Settings
- Docker
graph BT
Type-->Base0["AutoToolSettings"]
click Base0 "/api/Cake.Docker/AutoToolSettings"
Base0-->Base1["ToolSettings"]
Type["DockerComposeSettings"]
class Type type-node
Derived0["DockerComposeRunSettings"]-->Type
click Derived0 "/api/Cake.Docker/DockerComposeRunSettings"
Derived1["DockerComposeStopSettings"]-->Type
click Derived1 "/api/Cake.Docker/DockerComposeStopSettings"
Derived2["DockerComposeDownSettings"]-->Type
click Derived2 "/api/Cake.Docker/DockerComposeDownSettings"
Derived3["DockerComposeCreateSettings"]-->Type
click Derived3 "/api/Cake.Docker/DockerComposeCreateSettings"
Derived4["DockerComposeUpSettings"]-->Type
click Derived4 "/api/Cake.Docker/DockerComposeUpSettings"
Derived5["DockerComposeExecSettings"]-->Type
click Derived5 "/api/Cake.Docker/DockerComposeExecSettings"
Derived6["DockerComposeKillSettings"]-->Type
click Derived6 "/api/Cake.Docker/DockerComposeKillSettings"
Derived7["DockerComposeRmSettings"]-->Type
click Derived7 "/api/Cake.Docker/DockerComposeRmSettings"
Derived8["DockerComposePortSettings"]-->Type
click Derived8 "/api/Cake.Docker/DockerComposePortSettings"
Derived9["DockerComposePullSettings"]-->Type
click Derived9 "/api/Cake.Docker/DockerComposePullSettings"
Derived10["DockerComposeLogsSettings"]-->Type
click Derived10 "/api/Cake.Docker/DockerComposeLogsSettings"
Derived11["DockerComposeBuildSettings"]-->Type
click Derived11 "/api/Cake.Docker/DockerComposeBuildSettings"
Derived12["DockerComposePsSettings"]-->Type
click Derived12 "/api/Cake.Docker/DockerComposePsSettings"
Derived13["DockerComposeRestartSettings"]-->Type
click Derived13 "/api/Cake.Docker/DockerComposeRestartSettings"
Derived14["DockerComposePushSettings"]-->Type
click Derived14 "/api/Cake.Docker/DockerComposePushSettings"
Syntax
public class DockerComposeSettings : AutoToolSettings
Constructors
Name | Summary |
---|---|
Docker |
Fields
Name | Constant Value | Summary |
---|---|---|
SecretProperties |
Values of these properties shouldn't be displayed in the output.
Inherited from AutoToolSettings
|
Properties
Name | Value | Summary |
---|---|---|
Files | string[] |
Configuration files.
|
Host | string |
Daemon socket to connect to
|
ProjectDirectory | string |
Specify an alternate working directory
(default: the path of the Compose file)
|
ProjectName | string |
Specify an alternate project name (default: directory name)
|
SkipHostnameCheck | bool |
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)
|
Tls | bool |
Use TLS; implied by --tlsverify
|
Tlscacert | string |
Trust certs signed only by this CA
|
Tlscert | string |
Path to TLS certificate file
|
Tlskey | string |
Path to TLS key file
|
Tlsverify | bool |
Use TLS and verify the remote
|
Verbose | bool |
Show more output
|
Version | bool |
Print version and exit
|
Methods
Name | Value | Summary |
---|---|---|
Collect |
string[] |
Collects secret properties.
Inherited from AutoToolSettings
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|