Skip to content

Instantly share code, notes, and snippets.

@adampats
Created October 9, 2015 21:27
Show Gist options
  • Select an option

  • Save adampats/9a2ee72d2c8391dda545 to your computer and use it in GitHub Desktop.

Select an option

Save adampats/9a2ee72d2c8391dda545 to your computer and use it in GitHub Desktop.
chef docker_service resource
docker_service 'default' do
version node["docker"]["version"]
group 'docker'
action [:create, :start]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment