From 7df4e8b5f3f90f80a96c46d1598c930aa0fc10d3 Mon Sep 17 00:00:00 2001 From: Jakub Mandula Date: Fri, 9 Feb 2024 14:13:39 +0100 Subject: [PATCH] add short Docker run descirption in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a718e1252..c656910ae 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,12 @@ To install follow the [install wiki page](https://github.com/ethz-asl/kalibr/wik Please find more information on the [wiki pages](https://github.com/ethz-asl/kalibr/wiki) of this repository. For questions or comments, please open an issue on Github. +## Quick Docker run +You can run Kalibr from a prebuild image using Docker: +```bash +docker run -it -v `pwd`:/pwd mandulaj/kalibr:20.04 +``` +For more see the Overview on [Docker Hub](https://hub.docker.com/r/mandulaj/kalibr) ## News / Events