Skip to content

Commit 12ddc8e

Browse files
committed
Small corrections.
1 parent bfebfe0 commit 12ddc8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_docs_v7/Container-Development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A container is a virtual runtime environment that runs on top of a single operat
2020

2121
We use [Docker](https://www.docker.com/) container during the software development life-cycle for running the regression tests and creating binaries for different operating systems during the release process. The execution of these containers is triggered by events (e.g. by a push to an open pull request) on Github using the [Github Actions](https://github.com/features/actions) feature.
2222

23-
The files for the creation of the containers can found in the [Docker-Builds](https://github.com/su2code/Docker-Builds) repository. Currently we have three different containers:
23+
The files for the creation of the containers can found in the [Docker-Builds](https://github.com/su2code/Docker-Builds) repository. Currently we have five different containers:
2424

2525
- **build-su2**: Based on Ubuntu 20.04 (GCC v9.4.0, OpenMPI v4.0.3) it features all necessary packages that are needed to compile SU2. Furthermore a script is provided (set as the [entrypoint](https://docs.docker.com/engine/reference/builder/#entrypoint)) that will checkout and compile a specific branch with provided build options.
2626
- **test-su2**: Based on the corresponding version of the **build-su2** container. Includes a script that checks out the test cases and the tutorials and runs a specified test script.
@@ -37,7 +37,7 @@ The most recent versions of prebuilt container images can be found in the [GitHu
3737

3838
In the following we give a small overview on how to use the containers to compile and run the tests. We will only cover basic commands for docker. If you are interested in learning more, check out the [official documentation](https://docs.docker.com/).
3939

40-
Please note that some of the examples refer to features that are only available in the lasted [develop](https://github.com/su2code/SU2/tree/develop) branch of SU2.
40+
Please note that some of the examples refer to features that are only available in the latest [develop](https://github.com/su2code/SU2/tree/develop) branch of SU2.
4141

4242

4343
## Running a container ##

0 commit comments

Comments
 (0)