From 39e81cca9c6f4737627da945938c95ebc089e6f4 Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Thu, 18 Jan 2024 11:39:35 +0100 Subject: [PATCH] Add docker to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4ceb2ad4..557145e7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ pip install "maplibre[all] @ git+https://github.com/eodaGmbH/py-maplibregl@dev" ## Getting started +```bash +docker run --rm -p 8050:8050 ghcr.io/eodagmbh/py-maplibregl/vancouver-blocks:latest +``` + * [Basic usage](https://eodagmbh.github.io/py-maplibregl/) * [API Documentation](https://eodagmbh.github.io/py-maplibregl/api/map/) * [Examples](https://eodagmbh.github.io/py-maplibregl/examples/every_person_in_manhattan/)