Skip to content

Commit 17a4e5f

Browse files
committed
update README.rst for docker
1 parent 35dadec commit 17a4e5f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docker/pre/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ Prerequisites
1717
The ``docker`` file in the ``docker/pre`` directory is used to build the
1818
Linux-based Docker image.
1919

20-
* Ensure that Docker is installed on your machine. If you do not have Docker Desktop installed,
20+
* Ensure that Docker is installed and started on your machine. If you do not have Docker Desktop installed,
2121
see `Overview of Docker Desktop <https://docs.docker.com/desktop/>`_ for installation links.
2222

2323
* If you are building the image on Windows, ensure that the Windows Subsystem for Linux (WSL)
2424
is installed. For installation information, see Microsoft's
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-
`linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.4/linux-binaries.zip>`_.
28+
`linux-binaries.zip <https://github.com/ansys/pydyna/releases/download/v0.3.5/linux-binaries.zip>`_.
2929

30-
* Move this ZIP file to the ``docker/pre`` directory and unzip it.
30+
* Move this ZIP file to the ``docker/pre`` directory.
3131

3232

3333
Once all prerequisites are met, you can start the Docker container for the ``pre`` service.

docker/solver/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Prerequisites
1717
The ``docker`` file in the the ``docker/solver`` directory is used to build the
1818
Linux-based Docker image.
1919

20-
* Ensure that Docker is installed on your machine. If you do not have Docker Desktop installed,
20+
* Ensure that Docker is installed and started on your machine. If you do not have Docker Desktop installed,
2121
see `Overview of Docker Desktop <https://docs.docker.com/desktop/>`_ for installation links.
2222

2323
* If you are building the image on Windows, ensure that the Windows Subsystem for Linux (WSL)
2424
is installed. For installation information, see Microsoft's
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/download/v0.3.4/mppdyna_docker_centos7.zip>`_.
28+
`mppdyna_docker_centos7.zip <https://github.com/ansys/pydyna/releases/download/v0.3.5/mppdyna_docker_centos7.zip>`_.
2929

3030
* Move this ZIP file to the ``docker/solver`` directory and unzip it.
3131

0 commit comments

Comments
 (0)