Custom Containers
Submit custom container workloads to available SolarCompute machines.
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
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.
What happens next
Submit
The container workload is submitted through the public launcher.
Validate
The image and workload are checked against public workload rules.
Queue
The workload is queued for a suitable machine and runtime environment.
Run
The workload executes under limits and returns a status, log, or result.