Skip to content

Commit 9fcf587

Browse files
committed
Merge remote-tracking branch 'origin/zzqbranch'
2 parents afdf87c + 155518e commit 9fcf587

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

docker/pre/README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ Perform these steps to run the image as a container:
7878
7979
docker run -d -p 50051:50051 ghcr.io/ansys/ls-pre
8080
81-
#. Check that the image is running successfully.
81+
#. Check that the image is running successfully by running this command.
82+
83+
.. code:: bash
84+
85+
docker ps
8286
8387
Your output should look similar to this:
8488

docker/solver/README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,15 @@ Perform these steps to run the image as a container:
7676

7777
.. code:: bash
7878
79-
docker compose up
79+
docker compose up -d
8080
81-
#. Check that the image is running successfully.
81+
#. Check that the image is running successfully by running this command.
82+
83+
.. code:: bash
84+
85+
docker ps
86+
87+
Your output should look similar to this:
8288

8389
.. code:: bash
8490

0 commit comments

Comments
 (0)