Adding minimum version required for docker create

This commit is contained in:
Rodrigo
2015-06-29 03:08:16 -04:00
parent 15ed8ff7b1
commit 11ef45aa29
+1 -1
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`