Skip to content

Add tool for running rerun in docker #9504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ishakbhatt
Copy link

@ishakbhatt ishakbhatt commented Apr 5, 2025

Related

What

  • Dockerfiles for supported versions
  • new re_docker crate to run rerun in Docker containers for supported versions: 0.22.1 and 0.17.0

Testing

  • Dockerfiles built with sudo docker build -f docker/Dockerfile.VERSION -t rerun:VERSION .
  • rerun application runs with re_docker crate
  • Tested with WSL
  • Examples opened and observed

Usage

  • must be run with sudo to start the docker container
  • pass in VERSION as the only argument where VERSION is one of the supported versions

TODO

  • Update re_docker documentation with Latest version, Documentation, Licensing
  • (bug) re_log errors and info logs are not printing to stdout
  • Investigate any warnings that come up when rerun application is started
  • Verify placement of crate in terms of which category of crates it belongs in
  • add #[derive(Parser)] and implement cleaner clap API
  • verify usage of clap in rerun project
  • Add documentation to docs content

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Thanks for opening this pull request.

Because this is your first time contributing to this repository, make sure you've read our Contributor Guide and Code of Conduct.

@ishakbhatt ishakbhatt changed the title Add tool for running rerun in docker (docs on separate branch) Add tool for running rerun in docker Apr 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add troubleshooting or how-to guide related to running Rerun in a Docker container
1 participant