Skip to content

Instantly share code, notes, and snippets.

@shunwen
Created December 2, 2014 03:21

Revisions

  1. shunwen created this gist Dec 2, 2014.
    17 changes: 17 additions & 0 deletions .kitchen.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    ---
    driver:
    name: docker
    socket: <%= ENV['DOCKER_HOST'] %>

    provisioner:
    name: chef_zero

    platforms:
    - name: ubuntu-14.04

    suites:
    - name: default
    run_list:
    - recipe[apt]
    - recipe[apache2]
    attributes: