From 11ef45aa29c01f647a9bb5f656e20d6907d9eade Mon Sep 17 00:00:00 2001 From: Rodrigo Date: Mon, 29 Jun 2015 03:08:16 -0400 Subject: [PATCH] Adding minimum version required for docker create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91d07fce..b36999a4 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ user named `daemon` defined within that file-system. ### Examples: -#### Using a Docker image +#### Using a Docker image (requires version 1.3 or later) To test using Docker's `busybox` image follow these steps: * Install `docker` and download the `buysbox` image: `docker pull busybox`