File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,11 @@ Perform these steps to run the image as a container:
78
78
79
79
docker run -d -p 50051:50051 ghcr.io/ansys/ls-pre
80
80
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
82
86
83
87
Your output should look similar to this:
84
88
Original file line number Diff line number Diff line change @@ -76,9 +76,15 @@ Perform these steps to run the image as a container:
76
76
77
77
.. code :: bash
78
78
79
- docker compose up
79
+ docker compose up -d
80
80
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:
82
88
83
89
.. code :: bash
84
90
You can’t perform that action at this time.
0 commit comments