independent kitchen-docker file
diff --git "a/\173\173cookiecutter.project_name\175\175/.kitchen.yml" "b/\173\173cookiecutter.project_name\175\175/.kitchen.yml"
index b0818b0..96d41d6 100644
--- "a/\173\173cookiecutter.project_name\175\175/.kitchen.yml"
+++ "b/\173\173cookiecutter.project_name\175\175/.kitchen.yml"
@@ -2,6 +2,7 @@
driver:
name: {{ cookiecutter.kitchen_driver }}
{%- if cookiecutter.kitchen_driver == 'docker' %}
+ #socket: tcp://127.0.0.1:2376
hostname: {{ cookiecutter.kitchen_formula }}.ci.local
use_sudo: false
{%- elif cookiecutter.kitchen_driver == 'vagrant' %}
@@ -59,4 +60,4 @@
{%- endfor %}
{%- endif %}
-# vim: ft=yaml sw=2 ts=2 sts=2 tw=125
\ No newline at end of file
+# vim: ft=yaml sw=2 ts=2 sts=2 tw=125