From 9cc29cdbdd4a463b4ec4a804680d44c5f1c18afe Mon Sep 17 00:00:00 2001 From: "Tobias L. Maier" Date: Sun, 12 Apr 2020 12:46:41 +0200 Subject: [PATCH] Add common issues to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index dfbfc42..9619f86 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,15 @@ You can see the latest matching versions of both by checking their release notes * https://github.com/docker/docker-ce/releases * https://github.com/docker/compose/releases + +## Common issues and possible fixes + +1. `ERROR: error during connect: Get http://docker:2375/v1.40/info: dial tcp: ...` + +> As of version 19.03, docker:dind will automatically generate TLS certificates and require using them for communication. + +See + ## Author [Tobias L. Maier](http://tobiasmaier.info) for [BauCloud GmbH](https://www.baucloud.com)