@@ -6,20 +6,20 @@ Create your own Geometry service docker container
6
6
The Geometry service Docker containers can be easily built by following
7
7
these steps.
8
8
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:
12
12
13
13
* ``Dockerfile.linux ``: this file builds the Linux-based Docker image.
14
14
* ``Dockerfile.windows ``: this file builds the Windows-based Docker image.
15
15
16
16
Depending 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:
18
18
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
20
20
``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.
23
23
* If you are running on a Windows-based machine and you have ``WSL ``,
24
24
bear in mind that you can also run Linux containers.
25
25
@@ -31,7 +31,7 @@ Prerequisites
31
31
`official Docker site <https://www.docker.com >`_.
32
32
33
33
* 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:
35
35
36
36
* Latest Linux artifacts: `linux-binaries.zip <https://github.com/ansys/pyansys-geometry/releases/latest/download/linux-binaries.zip >`_
37
37
* 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:
50
50
51
51
docker build -t ghcr.io/ansys/geometry:< DOCKER_IMAGE_TAG> -f < DOCKERFILE_NAME> .
52
52
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,
54
54
determined by whether you want to build the Linux-based or the Windows-based Docker image:
55
55
56
56
* ``<DOCKERFILE_NAME> ``: this will be either ``Dockerfile.linux `` or ``Dockerfile.windows ``
0 commit comments