Skip to content

Commit

Permalink
Docs: fix rendering of docker commands
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Apr 1, 2024
1 parent 4f6be20 commit 8d16cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,14 +162,14 @@ Use a docker image
Multiple versions of OpenFAST are available as docker images from our `docker registry <https://hub.docker.com/r/nrel/openfast>`_.
To pull and run one with files from your local machine available, run:

.. code-block::shell
.. code-block:: shell
docker run --rm -it --volume=/path/to/files:/files nrel/openfast:3.5.2 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. You can also run commands inside the container with:

.. code-block::shell
.. code-block:: shell
docker run --rm -it --volume=/path/to/files:/files nrel/openfast:3.5.2 /bin/bash
Expand Down

0 comments on commit 8d16cea

Please sign in to comment.