Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 772 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 772 Bytes

DLR ESA SAR Introduction Course

The tutorial can be deployed to a local computer using the docker image available in Docker Hub or to the Multi-Mission Algorithm and Analysis Platform (MAAP), a collaborative project between NASA and ESA.

Docker Hub: Image

To deploy the training locally

To Start the container:

$ docker run -d -p 3100:3100 --name=dlr-sar-intro -v "$(pwd)"/data:/projects imansour/maap-sar-intro:latest

To open Jupyter lab open the browser http://localhost:3100

To Stop the container:

$ docker container stop dlr-sar-intro

To Remove the container:

$ docker container rm dlr-sar-intro