package
0.0.0-20241003104419-c592368fdc93
Repository: https://github.com/dyrector-io/dyrectorio.git
Documentation: pkg.go.dev
# Functions
A shorthand function for creating a new DockerContainerBuilder and calling WithClient.
No description provided by the author
A shorthand function for creating a new DockerExecBuilder and calling WithClient.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
The PortBinding struct defines port bindings of a container.
PortRange defines a range of ports from 0 to 65535.
PortRangeBinding defines port range bindings of a container.
WaitResult with the status code from the container.
# Interfaces
A Builder handles the process of creating and starting containers, it can be configured using 'With...' methods.
Container is the abstract result of the builder.
An ExecBuilder handles the process of creating and starting exec, it can be configured using 'With...' methods.
# Type aliases
Hook function which can be used to add custom logic before and after events of the lifecycle of a container.