This commit is contained in:
Christian Mäder 2019-11-26 12:27:25 +01:00
parent f2fd7dbbe7
commit 788804627e
1 changed files with 2 additions and 2 deletions

View File

@ -50,12 +50,12 @@ There is a more complete [Getting Started guide on our Wiki][wiki-getting-starte
## Dependencies
This project relies only on *Docker* and *docker-compose* meeting this requirements:
This project relies only on *Docker* and *docker-compose* meeting these requirements:
* The *Docker version* must be at least `17.05`.
* The *docker-compose version* must be at least `1.17.0`.
To ensure this, compare the output of `docker --version` and `docker-compose --version` with the requirements above.
To check the version installed on your system, compare the output of `docker --version` and `docker-compose --version` with the requirements above.
## Reference Documentation