From d86b6f3b1460a5d124f5cefa68daad023555ee4e Mon Sep 17 00:00:00 2001 From: Paul Voss Date: Sat, 13 Aug 2016 11:43:38 +0200 Subject: [PATCH] another readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce0bb82..878dad2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ansible [![Build Status](https://drone.chmuul.net/api/badges/aal/ansible/status.svg)](https://drone.chmuul.net/aal/ansible) -A docker image for running and testing ansible playbooks +Simple docker images for running and testing ansible playbooks. I don't like obfuscated docker images with external scripts and hundreds of bells and whistles. So I created these as base images for drone builds. Available with four image tags: @@ -9,7 +9,7 @@ Available with four image tags: * fedora-24 * alpine-3 -## run ansible-controller +## run ansible docker run -it --rm \ -v /path/to/site/:/site \