Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 1.15 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.15 KB

Important

This repository is now archived because we have added generation of production docker images to OpenFAST itself. Please use the Dockerfile and images there instead.

OpenFAST Docker

This repository contains a Dockerfile for producing working installations of OpenFAST in a python/conda-based docker image. Releases trigger a build of and push to the octue/openfast DockerHub repository. Each image tag matches the version number of the release, which in turn matches the version of OpenFAST installed in that image. The containers are built for the linux/amd64 platform.

Installation

Running the following will get you an image with openfast==3.1.0 installed:

docker pull octue/openfast:3.1.0

Usage

To run openfast on files on your local machine, mount them while creating a new container from the image you pulled:

docker run -v /path/to/openfast-files:/data -it octue/openfast:3.1.0

openfast /data/main.fst