From 3516980b0d09df5851c70de8a86b5ea8d54db908 Mon Sep 17 00:00:00 2001 From: Will Boyd Date: Sun, 30 Sep 2018 18:11:31 -0400 Subject: [PATCH] Fixed hyperlink to Docker runtime options in quick install instructions --- docs/source/quickinstall.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index 33f99e0a92..11cb5e1b74 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -70,12 +70,11 @@ command in the shell to download and run a `Docker image`_ with the most recent docker run openmc/openmc:latest -This will take 5 -- 10 minutes to run to completion depending on your internet download speed. The command will place you in an interactive shell running in a `Docker container`_ with OpenMC installed. +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 container`_ with OpenMC installed. -.. note:: The ``docker run`` command supports many - `options `_ - for spawning containers -- including `mounting volumes`_ from the - host filesystem -- which many users will find useful. +.. note:: The ``docker run`` command supports many `options`_ for spawning + containers -- including `mounting volumes`_ from the host + filesystem -- which many users will find useful. .. _Docker image: https://docs.docker.com/engine/reference/commandline/images/ .. _Docker container: https://www.docker.com/resources/what-container