Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/zzqbranch'
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhuiuy committed Aug 10, 2023
2 parents afdf87c + 155518e commit 9fcf587
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docker/pre/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ Perform these steps to run the image as a container:
docker run -d -p 50051:50051 ghcr.io/ansys/ls-pre
#. Check that the image is running successfully.
#. Check that the image is running successfully by running this command.

.. code:: bash
docker ps
Your output should look similar to this:

Expand Down
10 changes: 8 additions & 2 deletions docker/solver/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,15 @@ Perform these steps to run the image as a container:

.. code:: bash
docker compose up
docker compose up -d
#. Check that the image is running successfully.
#. Check that the image is running successfully by running this command.

.. code:: bash
docker ps
Your output should look similar to this:

.. code:: bash
Expand Down

0 comments on commit 9fcf587

Please sign in to comment.