Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 787 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 787 Bytes

docker-taudem

Docker Repository on GitHub Container Registry Apache V2 License

A Docker image for TauDEM.

Quick Start

docker run --rm -ti ghcr.io/wikiwatershed/taudem

Getting started

  • Run ./scripts/update.sh
  • Run ./scripts/console.sh

Deployments

$ git flow release start 0.1.0
$ vim CHANGELOG.md
$ vim Dockerfile
$ git commit -m "0.1.0"
$ git flow release finish -p 0.1.0