Skip to content

Instantly share code, notes, and snippets.

@charlesjohnson
Created December 6, 2013 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charlesjohnson/7816847 to your computer and use it in GitHub Desktop.
Save charlesjohnson/7816847 to your computer and use it in GitHub Desktop.
Docker kitchen config
---
driver_plugin: docker
driver_config:
socket: tcp://33.33.33.10:4243
use_sudo: false
# provision_command: curl -L https://www.opscode.com/chef/install.sh | bash
require_chef_omnibus: true
settings:
parallel: true
destroy: passing
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: centos-6.4
run_list:
- recipe[yum::default]
- name: debian-7.2
driver_config:
image: tianon/debian:wheezy
platform: debian
run_list:
- recipe[apt::default]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment