Fix required Docker version

This commit is contained in:
Antoine Cotten 2018-09-05 12:07:23 +02:00 committed by GitHub
parent a7defb1c2e
commit f286c5bc92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Based on the official Docker images from Elastic:
### Host setup ### Host setup
1. Install [Docker](https://www.docker.com/community-edition#/download) version **17.03+** 1. Install [Docker](https://www.docker.com/community-edition#/download) version **17.05+**
2. Install [Docker Compose](https://docs.docker.com/compose/install/) version **1.6.0+** 2. Install [Docker Compose](https://docs.docker.com/compose/install/) version **1.6.0+**
3. Clone this repository 3. Clone this repository