Skip to content

Commit

Permalink
update to README...
Browse files Browse the repository at this point in the history
  • Loading branch information
marklee77 committed May 28, 2015
1 parent 04cbd95 commit 08030e6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ marklee77.docker

[![Build Status](https://travis-ci.org/marklee77/ansible-role-docker.svg?branch=master)](https://travis-ci.org/marklee77/ansible-role-docker)

Role to install Docker on Ubuntu and CentOS. On Ubuntu, the docker.io
repository is used, while CentOS just uses the standard repositories.
Role to install Docker on various distributions, particularly Ubuntu, Debian,
Fedora and CentOS. Debian distributions use the docker.io repository, while
RedHat distributions use standard repositories.

This playbook is implemented using a common set of tasks customized by
os-specific variables. This means that if there are multiple systems with
different operating systems, docker will be installed in parallel rather than
sequentially (as would be the case if using include: ... when: ...).

Example Playbook
-------------------------
Expand Down

0 comments on commit 08030e6

Please sign in to comment.