Docker Run
Container execution service
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| url | url://dockerrun/ | docker-run-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| docker-run | other | Container execution service |
Depends on
Docker runtimeContainerNursery— hosting
Documentation Edit this page
Docker Run
Container execution service.
Description
Executes Docker containers on demand. Provides a url:// protocol interface for running Docker containers, managing their lifecycle, and retrieving output.
Architecture
Single-layer backend service. Accepts container execution requests over the url:// protocol and manages Docker container lifecycle on the host.
Dependents
- Services that need on-demand container execution.
Deployment
Deployed as docker-run-server.jar on ContainerNursery, registered at url://dockerrun/.
Health Checks
Standard url:// protocol health checks.
Notes
- Requires Docker to be available on the host where the service runs.
Read at commit 45ba0b30ed3b