ISCE_INSAR/docker
Gerald Manipon 4ae735060c initial implementation of docker scripts 2019-03-22 03:42:18 +00:00
..
Dockerfile initial implementation of docker scripts 2019-03-22 03:42:18 +00:00
README.md initial implementation of docker scripts 2019-03-22 03:42:18 +00:00
SConfigISCE initial implementation of docker scripts 2019-03-22 03:42:18 +00:00
build_env.sh initial implementation of docker scripts 2019-03-22 03:42:18 +00:00
isce_env.sh initial implementation of docker scripts 2019-03-22 03:42:18 +00:00

README.md

ISCE in docker

Build

  1. Clone repo:
    git clone https://github.com/isce-framework/isce2.git
    
  2. Change directory:
    cd isce2
    
  3. Build image:
    docker build --rm --force-rm -t hysds/isce_giant -f docker/Dockerfile .