From 8b3892a34ff5172eca568c599d57fa780cfc5481 Mon Sep 17 00:00:00 2001 From: Marcos Nils Date: Mon, 21 Nov 2016 10:34:05 -0300 Subject: [PATCH] Specify DIND image types. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d510f..223e0ec 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Notes: * There is a hard-coded limit to 5 Docker playgrounds per session. After 1 hour sessions are deleted. * If you want to override the DIND version or image then set the environmental variable i.e. - `DIND_IMAGE=docker:dind` + `DIND_IMAGE=franela/docker-rc:dind`. Take into account that you can't use standard `dind` images, only [franela](https://hub.docker.com/r/franela/) ones work. ## FAQ