ISCE_INSAR/docker
Gerald Manipon aec2712df0 update org to isce-framework; remove unused env 2019-03-22 13:54:11 +00:00
..
Dockerfile update org to isce-framework; remove unused env 2019-03-22 13:54:11 +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 .