Docker used to run HYPOELLIPSE: A Computer Program for Determining Local Earthquake Hypocentral Parameters, Magnitude, and First-Motion Pattern
More info here:
First, clone the git repositry:
$ git clone https://github.com/INGV/hypoellipse.git
$ cd hypoellipse
To obtain hypoellipse docker image, you have two options:
Get the last built image from DockerHub repository:
$ docker pull ingv/hypoellipse:latest
$ docker build --tag ingv/hypoellipse .
in case of errors, try:
$ docker build --no-cache --pull --tag ingv/hypoellipse .
Run:
$ docker run --rm -v $( pwd )/example:/opt/data ingv/hypoellipse filecom
To override the ENTRYPOINT
directive and enter into the Docker images, run:
$ docker run -it --rm --entrypoint=bash ingv/hypoellipse
Thanks to your contributions!
Here is a list of users who already contributed to this repository:
(c) 2024 Valentino Lauciani valentino.lauciani[at]ingv.it
Istituto Nazionale di Geofisica e Vulcanologia, Italia