Skip to content

Instantly share code, notes, and snippets.

@coalwater
Created April 15, 2016 01:51
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 coalwater/843295eb525167d0a1ec23d06da52da4 to your computer and use it in GitHub Desktop.
Save coalwater/843295eb525167d0a1ec23d06da52da4 to your computer and use it in GitHub Desktop.
---
driver:
name: docker
use_sudo: false
platforms:
- name: centos
driver_config:
image: centos:latest
provision_command: curl -L https://www.opscode.com/chef/install.sh | bash
suites:
- name: default
run_list:
- recipe[cookbook::default]
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment