Skip to content

Commit

Permalink
Docs: set to latest for all example docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Apr 5, 2024
1 parent 368c6b2 commit 8242f76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ To pull and run one with files from your local machine available, run:

.. code-block:: shell
docker run --rm -it --volume=/path/to/files:/files nrel/openfast:3.5.3 openfast /files/main.fst
docker run --rm -it --volume=/path/to/files:/files nrel/openfast:latest openfast /files/main.fst
This command deletes the container (but not the image) when the analysis is finished and leaves the outputs in the same
local directory as the input files.
Expand All @@ -177,10 +177,9 @@ You can also run commands interactively inside the container with:

.. code-block:: shell
docker run --rm -it --volume=/path/to/files:/files nrel/openfast:3.5.3 /bin/bash
docker run --rm -it --volume=/path/to/files:/files nrel/openfast:latest /bin/bash
To pull the latest container, substitute `latest` for `3.5.3` in the above
commands.
To pull a specific release, substitute the version number in place of `latest` in the above commands (i.e. `nrel/openfast:3.5.3`).


Using a docker image from GitHub container registry
Expand Down

0 comments on commit 8242f76

Please sign in to comment.