一、 Iscloc的安装(使用Docker CE)
1、install Docker CE:
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7
2、install Docker-ISCloc:
https://github.com/International-Seismological-Centre/docker-isclocator
3、use docker to build the image:在存在Dockerfile的文件夹里执行以下操作
sudo docker build -t iscloc .(不要忘记最后那个点)
4、检查iscloc是否是已经存在的应用
sudo docker images
5 the iscloc can run: in the extracted downloaded file
docker run --rm -v $PWD:/data iscdev/iscloc /data/isf_test_input.dat /data/my_output_file.out