Docker-native optimization

Optimize any Docker workload with CLI flags and stdout metrics.

Build an image, let HyperOptimizer inject --hpo-* values, and print hpo.metrics.* lines. We run the trial containers, collect results, and rank the best parameter sets.

The contract

Three requirements. Nothing else.

1

Docker image

image:tag

Runs one trial from a normal container command.

2

CLI inputs

--hpo-*

HyperOptimizer injects parameter values at runtime.

3

Metric output

hpo.metrics.*

Your process prints structured results to stdout.

How it works

Package once. Run many trials.

HyperOptimizer schedules parameterized containers, reads stdout, and uses completed results to choose better trials.

Illustration showing HyperOptimizer packaging a Docker image, running many parameterized trials, collecting metrics, and ranking the best result.
One Docker image becomes many trials. Each run gets a different parameter set, prints metrics, and feeds the dashboard ranking.

Was this page helpful?