Skip to content

Commit d725321

Browse files
committed
update README.rst for docker
1 parent 7ff1119 commit d725321

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Usage
7777
=====
7878
Here is a basic preprocessing example:
7979

80-
Get the input file from "pydyna\\src\\ansys\\dyna\\core\\pre\\examples\\explicit\\ball_plate\\ball_plate.k"
80+
Get the input file from (``<repository-root-folder>/src/ansys/dyna/core/pre/examples/explicit/ball_plate/ball_plate.k``)
8181

82-
The follow example can be obtained from "pydyna\\examples\\Explicit\\ball_plate.py"
82+
The follow example can be obtained from (``<repository-root-folder>/examples/Explicit/ball_plate.py``)
8383

8484
.. code:: python
8585
@@ -164,7 +164,7 @@ The follow example can be obtained from "pydyna\\examples\\Explicit\\ball_plate.
164164
165165
Here is a basic solving example:
166166

167-
The follow example can be obtained from "pydyna\\examples\\solver\\ball_plate_solver.py"
167+
The follow example can be obtained from (``<repository-root-folder>/examples/solver/ball_plate_solver.py``)
168168

169169
.. code:: python
170170

docker/pre/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ Prerequisites
2222
see the `Docker website <https://www.docker.com>`_ for more information.
2323

2424
* Download the latest Linux release artifacts for the Linux Docker container:
25-
`linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.1/linux-binaries.zip>`_.
25+
`linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4/linux-binaries.zip>`_.
2626

27-
* Move these ZIP files to the current location (``<repository-root-folder>/docker``).
27+
* Move these ZIP files to the current location (``<repository-root-folder>/docker/pre``).
2828

2929
Starting the docker container
3030
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3131

3232
There are two ways to start docker container.
3333

34-
1.bulid image and run container
34+
1.build image and run container
3535

3636

3737
Build the Docker image

docker/solver/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ Prerequisites
2525
`Install Linux on Windows with WSL <https://learn.microsoft.com/en-us/windows/wsl/install>`_.
2626

2727
* Download the latest Linux release artifacts for the Linux Docker container:
28-
`mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/tag/v0.3.1/mppdyna_docker_centos7.zip>`_.
28+
`mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/tag/v0.3.4/mppdyna_docker_centos7.zip>`_.
2929

30-
* Move these ZIP files to the directory of pydyna/docker/solver and unzip the mppdyna_docker_centos7.zip file.
30+
* Move this ZIP file to the current location (``<repository-root-folder>/docker/solver``) and unzip the mppdyna_docker_centos7.zip file.
3131

3232
The files in this folder should look similar to this:
3333

3434
.. code:: bash
3535
36-
>>> Dockerfile README.rst do_build docker-compose.yml docker_dir mpi mppdyna_docker_centos7.zip ssh IMAGE ID CREATED SIZE
36+
>>> Dockerfile README.rst do_build docker-compose.yml docker_dir mpi mppdyna_docker_centos7.zip
3737
3838
Build the Docker image
3939
----------------------

0 commit comments

Comments
 (0)