This Docker contains seismic tools like:
- sac
- qmerge
- rdseed
- caldate
- stationxml-seed-converter
- slinktool
- mseed2sac
To obtain seismictools docker image, you have two options:
Get the last built image from DockerHub repository:
$ docker pull ingv/seismictools
First, clone the git repository
$ git clone https://github.com/INGV/seismictools.git
$ cd seismictools
$ docker build --tag ingv/seismictools .
in case of errors, try:
$ docker build --no-cache --pull --tag ingv/seismictools .
To run the container, use the command below; the -v
option is used to "mount" working directory into container:
$ docker run -it --rm --user $(id -u):$(id -g) -v /tmp/data:/tmp/data ingv/seismictools /bin/bash
Get last Docker image from DockerHub repository:
$ docker pull ingv/seismictools
Please, feel free to contribute.
(c) 2021 Valentino Lauciani valentino.lauciani[at]ingv.it
Istituto Nazionale di Geofisica e Vulcanologia, Italia