Add Docker support with agent and capture tooling#782
Merged
thinkingfish merged 2 commits intomainfrom Apr 13, 2026
Merged
Conversation
Adds a multi-stage Dockerfile and supporting scripts that make it easy to try out Rezolus in a container. The image runs the Rezolus agent automatically for system metrics collection and provides a rezolus-capture script that records system and/or service metrics for a given duration, combines them, and launches the viewer.
Adds docker/README.md with usage examples for system-only and combined service metrics capture (Redis, Valkey). Adds a GitHub Actions workflow that builds multi-arch (x86_64 + arm64) Docker images on release tags and pushes them to GitHub Container Registry (ghcr.io).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Rezolus currently lacks containerized deployment support, making it difficult for users to run the agent and capture metrics in Docker environments. There's no standardized way to package Rezolus, start the agent, and provide convenient metric capture tooling within a container.
Solution
Added comprehensive Docker support including:
Dockerfile - Multi-stage build that:
entrypoint.sh - Container entrypoint script that:
REZOLUS_AGENT_CONFIGenvironment variablerezolus-capture - Utility script for recording metrics that:
.dockerignore - Excludes unnecessary files from the build context
Result
Users can now:
docker buildrezolus-capturecommand to record system and service metricsThe Docker image provides a complete, self-contained solution for metric collection and analysis in container environments.
https://claude.ai/code/session_012nFNtySN5Hbm9XHXz72qLU