pub async fn stop_service(
client: &DockerClient,
remove: bool,
) -> Result<(), DockerError>Expand description
Stop and optionally remove the opencode container
ยงArguments
client- Docker clientremove- Also remove the container after stopping