Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsta/glm_docker
- Owner: jsta
- Created: 2019-03-13T23:20:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T17:37:01.000Z (over 1 year ago)
- Last Synced: 2024-06-11T17:08:19.012Z (7 months ago)
- Topics: docker
- Language: Dockerfile
- Homepage: https://cloud.docker.com/u/jsta/repository/docker/jsta/glm
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/