From a850662a1b734b2c65434ccec3d9153d54862cfb Mon Sep 17 00:00:00 2001 From: Christophe Larsonneur Date: Fri, 8 Jun 2018 15:40:57 +0200 Subject: [PATCH] Do support only socket access for docker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05f132db..ab979aa0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Really? I can create a DevOps organization on my workstation??? Yes. ## Requirement: - A linux 64 bits system with docker 1.9 or higher. It can be a VM. +- docker configure with docker.sock (tcp is not supported). It support socket accessible via group or sudo (DOCKER_SUDO=sudo). - A static docker binary. You can get it from https://get.docker.com - wget & git 1.9 or higher installed - Internet access (through proxy or not)