Itamae::Plugin::Recipe::Docker
Itamae plugin to install Docker in the way described in https://docs.docker.com/installation.
Supported Platforms
- Arch Linux
- CentOS
- Debian
- Fedora
- Gentoo
- OSX
- Red Hat Enterprise Linux
- Ubuntu
Installation
Add this line to your application's Gemfile:
gem 'itamae-plugin-recipe-docker'
And then execute:
$ bundle
Or install it yourself as:
$ gem install itamae-plugin-recipe-docker
Usage
Write a following line to your itamae recipe.
# Install Docker, start it and ensure it starts on boot.
include_recipe "docker::install"
NOTE: Some versions of Debian and Ubuntu reboot.
And you should apply the recipe again after the reboot.
License
MIT License