Merge pull request #64 from rmanyari/master
Adding minimum version required for docker create
This commit is contained in:
commit
5a98a3dfef
|
@ -139,7 +139,7 @@ user named `daemon` defined within that file-system.
|
||||||
|
|
||||||
### Examples:
|
### 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:
|
To test using Docker's `busybox` image follow these steps:
|
||||||
* Install `docker` and download the `buysbox` image: `docker pull busybox`
|
* Install `docker` and download the `buysbox` image: `docker pull busybox`
|
||||||
|
|
Loading…
Reference in New Issue