https://github.com/seignovert/docker-usgs-isis3
Docker container for USGS Isis3
https://github.com/seignovert/docker-usgs-isis3
docker dockerfile isis3 usgs
Last synced: 3 months ago
JSON representation
Docker container for USGS Isis3
- Host: GitHub
- URL: https://github.com/seignovert/docker-usgs-isis3
- Owner: seignovert
- License: mit
- Created: 2018-07-05T08:07:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T23:18:15.000Z (over 6 years ago)
- Last Synced: 2024-01-27T07:05:47.537Z (over 2 years ago)
- Topics: docker, dockerfile, isis3, usgs
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/seignovert/usgs-isis3/
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Dockerfile for [Isis3 (USGS)](https://isis.astrogeology.usgs.gov/)
=========================
[](https://hub.docker.com/r/seignovert/usgs-isis3/tags)
[](https://hub.docker.com/r/seignovert/usgs-isis3/)
[](https://hub.docker.com/r/seignovert/usgs-isis3/)
[](https://github.com/seignovert/docker-usgs-isis3/blob/master/LICENSE.md)
- Based on the latest `continuumio/miniconda3`
- Isis3 binaries are installed in `/usgs/isis/bin`
- Isis3 data are installed in `/usgs/data`
Start Isis3 docker container:
```bash
docker run --rm -it seignovert/usgs-isis3
```
Docker compose
------
To (re)build the container:
```bash
docker-compose build
```
To start the container with `PDS_DATA` shared folders:
```bash
docker-compose run --rm isis3
```
> __Note:__ `PDS_DATA` environment variables can be defined ub `.env` file, at the project root.
Notes:
-----
- `dems` and `testData` folders are excluded from `data/base`.
> __Important:__ I have no affiliation with USGS. The package is provided as is, use at your own risk.