@@ -6,20 +6,20 @@ Create your own Geometry service docker container
66 The Geometry service Docker containers can be easily built by following
77these steps.
88
9- Inside this folder, the instructions (i.e. `` Dockerfile.* `` files) for
10- building the Geometry service Docker containers are made available. We have
11- two ``Dockerfile `` files:
9+ Inside the repository's `` docker `` folder, the instructions
10+ (i.e. `` Dockerfile.* `` files) for building the Geometry service Docker
11+ containers are made available. There are two ``Dockerfile `` files:
1212
1313* ``Dockerfile.linux ``: this file builds the Linux-based Docker image.
1414* ``Dockerfile.windows ``: this file builds the Windows-based Docker image.
1515
1616Depending on the characteristics of the Docker engine installed in your
17- machine, you will have to build one or the other. For example:
17+ machine, either one or the other has to be built . For example:
1818
19- * If you are running on a Linux-based machine, you will need to build the
19+ * If you are running on a Linux-based machine, build the
2020 ``Dockerfile.linux `` image.
21- * If you are running on a Windows-based machine with Docker CE, you will
22- need to build the ``Dockerfile.windows `` image.
21+ * If you are running on a Windows-based machine with Docker CE,
22+ build the ``Dockerfile.windows `` image.
2323* If you are running on a Windows-based machine and you have ``WSL ``,
2424 bear in mind that you can also run Linux containers.
2525
@@ -31,7 +31,7 @@ Prerequisites
3131 `official Docker site <https://www.docker.com >`_.
3232
3333* Download the latest release artifacts for the Windows or Linux
34- Docker container. You can do this as follows:
34+ Docker container. This is done as follows:
3535
3636 * Latest Linux artifacts: `linux-binaries.zip <https://github.com/ansys/pyansys-geometry/releases/latest/download/linux-binaries.zip >`_
3737 * Latest Windows artifacts: `windows-binaries.zip <https://github.com/ansys/pyansys-geometry/releases/latest/download/windows-binaries.zip >`_
@@ -50,7 +50,7 @@ In order to build your images, follow the next instructions:
5050
5151 docker build -t ghcr.io/ansys/geometry:< DOCKER_IMAGE_TAG> -f < DOCKERFILE_NAME> .
5252
53- Bear in mind that you will need to substitute the following entries in the previous command,
53+ Bear in mind that you need to substitute the following entries in the previous command,
5454 determined by whether you want to build the Linux-based or the Windows-based Docker image:
5555
5656 * ``<DOCKERFILE_NAME> ``: this will be either ``Dockerfile.linux `` or ``Dockerfile.windows ``
0 commit comments