Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsta/glm_docker

Building the General Lake Model (GLM) with Docker
https://github.com/jsta/glm_docker

docker

Last synced: about 1 month ago
JSON representation

Building the General Lake Model (GLM) with Docker

Awesome Lists containing this project

README

        

[![Docker Build](https://img.shields.io/docker/cloud/build/jsta/glm)](https://cloud.docker.com/repository/docker/jsta/glm)

## Installation

* Build `docker` image

```
docker build -t jsta/glm .
```

* Add `glm` shell script to your path

## Usage

* Call `glm` as usual with appended arguments

```
glm --help

```

____

Based on: https://github.com/AquaticEcoDynamics/GLM/blob/master/.travis.yml

For Docker help see: https://ropenscilabs.github.io/r-docker-tutorial/