Skip to content

Commit

Permalink
docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncherric committed Aug 25, 2023
1 parent 6a29101 commit 75c5d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This creates a container based on the Iliad Docker Image that you can enter and

.. code-block:: console
$ docker run -it -v /Volumes:/External_SSD ncherric/iliad:x86_64-v1.16 --name iliadHOWTO
$ docker run -it --name iliadHOWTO -v /Volumes:/External_SSD ncherric/iliad:x86_64-v1.16
If you ever ``exit`` your container, you can re-enter with ``docker exec -it iliadHOWTO bash``.
Replace `iliadHOWTO` with <container_name> if you have declared a different container name.
Expand All @@ -94,7 +94,7 @@ Here is a link for token_ information and creation_.


.. code-block:: console
$ cd External_SSD
$ git clone https://github.com/ncherric/Iliad.git
$ cd Iliad
Expand Down

0 comments on commit 75c5d13

Please sign in to comment.