Skip to content

Instantly share code, notes, and snippets.

@mheap
Created February 8, 2017 12:14
---
driver:
name: docker
use_sudo: false
privileged: true
run_command: /usr/sbin/init
provisioner:
name: chef_zero
require_chef_omnibus: 12.7.2
platforms:
- name: centos
image: centos:7
suites:
- name: default
run_list:
- recipe[cookbook_name::default]
verifier:
name: inspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment