# Packages
No description provided by the author
# Functions
New creates a new Orchestrator.
RunTaskWithProxy returns a RunTaskOption that sets up a proxy connection to hosts.
# Structs
ContainerDefinition defines information necessary to run a container.
Host represents a service reachable via the network.
Orchestrator manages running a Task.
Task defines a set of Containers to be run together.
# Interfaces
DockerEngine is used by Orchestrator to manage containers.
# Type aliases
RunTaskOption adds optional data to RunTask.