stop_service

Function stop_service 

Source
pub async fn stop_service(
    client: &DockerClient,
    remove: bool,
) -> Result<(), DockerError>
Expand description

Stop and optionally remove the opencode container

ยงArguments

  • client - Docker client
  • remove - Also remove the container after stopping