From 2cb476821c47ae866764b7fe7714b405b21f1566 Mon Sep 17 00:00:00 2001 From: Sylvain Brunato Date: Mon, 17 Apr 2023 18:05:17 +0200 Subject: [PATCH] docs: ref to dockerhub eodag-server --- README.rst | 8 +++++++- docs/stac_rest.rst | 12 +++++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b273519a2f..92bc79662b 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ check the `Python API User Guide `_: + +.. code-block:: bash + + $ docker run -p 5000:5000 --rm csspace/eodag-server:2.9.2 + You can also browse over your STAC API server using `STAC Browser `_. Simply run: diff --git a/docs/stac_rest.rst b/docs/stac_rest.rst index f8b69fce7a..f9e9022e45 100644 --- a/docs/stac_rest.rst +++ b/docs/stac_rest.rst @@ -74,7 +74,7 @@ Example URL: * http://127.0.0.1:5000/search?collections=S2_MSI_L1C&bbox=0,43,1,44&datetime=2018-01-20/2018-01-25&cloudCover=20 Browsing ---------- +-------- EODAG provides additional catalogs that extend browsing/filtering capabilities: @@ -110,6 +110,16 @@ And browse http://127.0.0.1:5001: :width: 800 :alt: STAC browser example +docker +------ + +In addition of the *docker-compose* configuration included in sources and described just above, ``eodag-server`` is +available on `https://hub.docker.com/r/csspace/eodag-server `_: + +.. code-block:: bash + + $ docker run -p 5000:5000 --rm csspace/eodag-server:2.9.2 + Example -------