maple.utils.cleanup.register_container

maple.utils.cleanup.register_container(container_id: str, name: str = None) None

Register a container for automatic cleanup.

Convenience function that uses the global CleanupManager singleton.

Parameters:
  • container_id – Docker container ID to register.

  • name – Optional human-readable name for logging.