rerun
rerun copied to clipboard
Add tool for running rerun in docker
Related
- Closes #6835
What
- Dockerfiles for supported versions
- new
re_dockercrate to runrerunin Docker containers for supported versions:0.22.1and0.17.0
Testing
- Dockerfiles built with
sudo docker build -f docker/Dockerfile.VERSION -t rerun:VERSION . rerunapplication runs withre_dockercrate- Tested with WSL
- Examples opened and observed
Usage
- must be run with
sudoto start the docker container - pass in
VERSIONas the only argument whereVERSIONis one of the supported versions
TODO
- [ ] Update
re_dockerdocumentation with Latest version, Documentation, Licensing - [ ] (bug)
re_logerrors and info logs are not printing to stdout - [ ] Investigate any warnings that come up when
rerunapplication is started - [ ] Verify placement of crate in terms of which category of crates it belongs in
- [ ] add #[derive(Parser)] and implement cleaner
clapAPI - [x] verify usage of
clapinrerunproject - [x] Add documentation to docs content