Skip to content

Instantly share code, notes, and snippets.

@miketheman
Created August 27, 2014 21:20
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 miketheman/c07223fd78861c63c164 to your computer and use it in GitHub Desktop.
Save miketheman/c07223fd78861c63c164 to your computer and use it in GitHub Desktop.
kitchen setup with docker
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-6.5
- name: ubuntu-10.04
- name: ubuntu-12.04
- name: ubuntu-14.04
suites:
- name: default
run_list:
- recipe[nginx::default]
driver:
name: docker
socket: tcp://192.168.42.43:2375 # dvm eval | cut -f2 -d'='
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment