Skip to content

Instantly share code, notes, and snippets.

@darron
Last active January 2, 2016 13:49
Show Gist options
  • Save darron/8312375 to your computer and use it in GitHub Desktop.
Save darron/8312375 to your computer and use it in GitHub Desktop.
Working .kitchen.yml file to use Docker with Test Kitchen under dvm.
---
driver:
name: docker
socket: <%= ENV['DOCKER_HOST'] %>
provisioner:
name: chef_solo
platforms:
- name: ubuntu-12.04
driver_config:
image: darron/ubuntu:12.04
platform: ubuntu
- name: ubuntu-13.04
driver_config:
image: darron/ubuntu:13.04
platform: ubuntu
- name: ubuntu-13.10
driver_config:
image: darron/ubuntu:13.10
platform: ubuntu
suites:
- name: default
run_list:
- recipe[ubuntu_base::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment