From fc329ac5657353260ee6550225af8615d8883f50 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 30 Jul 2019 01:07:34 +0200 Subject: [PATCH] README: set docker minimal version to match api https://docs.docker.com/develop/sdk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db7cd1e9..d41988a5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Memorising docker commands is hard. Memorising aliases is slightly less hard. Ke ## Requirements -- Docker >= **1.8** (API >= **1.25**) +- Docker >= **1.13** (API >= **1.25**) - Docker-Compose >= **1.23.2** (optional) ## Installation