Skip to content

Instantly share code, notes, and snippets.

@jespada
Created May 13, 2014 19:38
Show Gist options
  • Save jespada/ee7fa103a66611374dd8 to your computer and use it in GitHub Desktop.
Save jespada/ee7fa103a66611374dd8 to your computer and use it in GitHub Desktop.
.kitchen.local with docker
---
driver:
name: docker
privileged: true
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
driver_config:
image: ubuntu:14.04
platform: ubuntu
use_sudo: false
privileged: true
- name: centos-6.4
driver_config:
image: centos:6.4
platform: centos
use_sudo: false
privileged: true
run_list:
- recipe[yum-repoforge]
suites:
- name: default
run_list:
- recipe[tmux::default]
attributes:
tmux:
install_method: package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment