Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ProjectName string // docker compose project name
ContainerName string // container name to check for running state
ComposeYAML string // docker-compose.yml content
DockerRegistry string // image registry
Version string // image version
}
Config holds docker-compose-specific configuration for the daemon manager.
func DefaultConfig ¶
func DefaultConfig() Config
DefaultConfig returns the default docker compose configuration for AgentRegistry OSS.
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager implements types.DaemonManager using docker compose.
func NewManager ¶
NewManager creates a new docker compose daemon manager with the given config.
Click to show internal directories.
Click to hide internal directories.