mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Address comments from @gridley
This commit is contained in:
parent
95177d8888
commit
e7aab41c62
4 changed files with 9 additions and 10 deletions
|
|
@ -49,12 +49,11 @@ Installing on Linux/Mac/Windows with Docker
|
|||
OpenMC can be easily deployed using `Docker <https://www.docker.com/>`_ on any
|
||||
Windows, Mac, or Linux system. With Docker running, execute the following
|
||||
command in the shell to download and run a `Docker image`_ with the most recent
|
||||
release of OpenMC from `DockerHub <https://hub.docker.com/>`_ called
|
||||
``openmc/openmc:v0.10.0``:
|
||||
release of OpenMC from `DockerHub <https://hub.docker.com/>`_:
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
docker run openmc/openmc:v0.10.0
|
||||
docker run openmc/openmc:latest
|
||||
|
||||
This will take several minutes to run depending on your internet download speed.
|
||||
The command will place you in an interactive shell running in a `Docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue