README.md in kitchen-docker-2.6.0 vs README.md in kitchen-docker-2.7.0

- old
+ new

@@ -1,11 +1,10 @@ # Kitchen-Docker [![Build Status](https://img.shields.io/travis/test-kitchen/kitchen-docker.svg)](https://travis-ci.org/test-kitchen/kitchen-docker) [![Gem Version](https://img.shields.io/gem/v/kitchen-docker.svg)](https://rubygems.org/gems/kitchen-docker) [![Coverage](https://img.shields.io/codecov/c/github/test-kitchen/kitchen-docker.svg)](https://codecov.io/github/test-kitchen/kitchen-docker) -[![Gemnasium](https://img.shields.io/gemnasium/test-kitchen/kitchen-docker.svg)](https://gemnasium.com/test-kitchen/kitchen-docker) [![License](https://img.shields.io/badge/license-Apache_2-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) A Test Kitchen Driver for Docker. ## Requirements @@ -98,10 +97,16 @@ ```yaml socket: tcp://docker.example.com:4242 ``` +If you use [Docker for Windows](https://docs.docker.com/docker-for-windows/) + +```yaml +socket: npipe:////./pipe/docker_engine +``` + If you use [Boot2Docker](https://github.com/boot2docker/boot2docker) or [docker-machine](https://docs.docker.com/machine/get-started/) set your `DOCKER_HOST` environment variable properly with `export DOCKER_HOST=tcp://192.168.59.103:2375` or `eval "$(docker-machine env $MACHINE)"` then use the following: @@ -125,9 +130,10 @@ suite container for Test Kitchen. Kitchen Docker currently supports: * `debian` or `ubuntu` * `rhel` or `centos` * `gentoo` or `gentoo-paludis` +* `opensuse` or `sles` The default will be computed, using the platform name (see the Default Configuration section for more details). ### require\_chef\_omnibus