Workloads

Custom Containers

Submit custom container workloads to available SolarCompute machines.

Container Workloads

What this page is for

Custom containers allow users to describe a container image and workload that can be executed inside a controlled environment.

This workload type is intended for testing deployment, validation, compatibility checks, automation tasks, development environments, and other container-based workloads.

Suitable public tests

  • Container validation
  • Application startup testing
  • Environment verification
  • Build and deployment checks
  • Development workflows
  • Container compatibility testing
Before You Submit

What to provide

Describe the container image and workload clearly so it can be validated and executed safely.

Container Image

Specify the image name and version you want the workload to use.

Command

Provide the command, entrypoint, or task that should run inside the container.

Expected Output

Describe the expected logs, status, or result produced by the workload.

Limits

Avoid privileged containers, unrestricted access requests, destructive commands, or sensitive credentials.

Process

What happens next

01

Submit

The container workload is submitted through the public launcher.

02

Validate

The image and workload are checked against public workload rules.

03

Queue

The workload is queued for a suitable machine and runtime environment.

04

Run

The workload executes under limits and returns a status, log, or result.