mlox.service
Return a mapping of secret identifiers to structured secret payloads.
Start the service.
Concrete services should override this method to perform any
provisioning logic required to run the service. The default
implementation exists solely to satisfy type checkers and unit tests
that rely on instantiating AbstractService subclasses without
providing spin control behavior.
Tear down the docker compose stack for this service.
Return docker compose state for tracked services.
Attempts to use docker compose ps to retrieve structured service state
information. Falls back to inspecting individual containers when the
structured output is unavailable.
Return the recent log tail for a tracked compose service label.
Resolves the compose service name to a container name using the same
heuristics as compose_service_status and then returns the last
tail lines using the remote helper.