Oracle's serverless compute service for running containers without managing servers. Like ordering delivery containers - you get exactly what you need without owning the infrastructure.
Data processing jobs use Container Instances for short-term batch processing without long-term server commitments.
All four services run containers without you managing servers. AWS Fargate and OCI Container Instances run containers on managed infrastructure (often alongside Kubernetes/ECS patterns). Azure Container Instances is a direct “run a container/group” service. Cloud Run is serverless containers focused on HTTP/event-driven workloads with autoscaling to zero, while the others are commonly used for both long-running and batch-style container tasks depending on configuration.