Merge pull request #64 from rmanyari/master

Adding minimum version required for docker create
This commit is contained in:
Mrunal Patel 2015-06-29 07:56:49 -07:00
commit 5a98a3dfef
1 changed files with 1 additions and 1 deletions

View File

@ -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`