Skip to content

regularly updated docker image #123

@andretheronsa

Description

@andretheronsa

For convenience I have created a docker image on Docker hub for Mintpy: https://hub.docker.com/r/andretheronsa/mintpy
If this would be useful for the project, it can be added it as an installation option ?

It provides an easy way to have the configured MintPy environment ready.
It is built on a base debian:stretch linux image using the installation instructions (setting up conda, environment, mintpy, pyaps, pykml etc).

All you need is docker installed (on windows / linux / mac).
Pull the image from dockerhub with: docker pull andretheronsa/mintpy:latest
Run an interactive shell session in the container with: docker run -it andretheronsa/mintpy:latest bash
To map your data folder on host to the container add -v /path/to/data/dir:/home/work/ to the docker run command.

The image is the first version and has not been tested much. It can be made smaller too.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions