aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 34febff..4294a46 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
23 23
24## Images and tags 24## Images and tags
25 25
26### Stable series (installed from official PyPI repo): 26### Stable version (installed from official PyPI repo):
27 27
28- Normal series: 28- Normal series:
29 29
@@ -45,7 +45,7 @@ These are Docker images for [Ansible](https://github.com/ansible/ansible) softwa
45 - `williamyeh/ansible:centos6-onbuild` 45 - `williamyeh/ansible:centos6-onbuild`
46 - `williamyeh/ansible:alpine3-onbuild` 46 - `williamyeh/ansible:alpine3-onbuild`
47 47
48### Experimental series (building from the git `master` source tree): 48### Experimental version (building directly from the git `master` source tree; use at your own risk!):
49 49
50- Normal series: 50- Normal series:
51 51
@@ -95,7 +95,7 @@ Third, `docker build .`
95 95
96Done! 96Done!
97 97
98For more advanced usage, the role in Ansible Galaxy [`williamyeh/nginx`](https://galaxy.ansible.com/list#/roles/2245) demonstrates how to perform a simple smoke test (*configuration needs test, too!*) on a variety of (*containerized*) Linux distributions via [CircleCI](https://circleci.com/)'s Ubuntu 12.04 and [Travis CI](https://travis-ci.org/)’s Ubuntu 14.04 worker instances. 98For more advanced usage, the role in Ansible Galaxy [`williamyeh/nginx`](https://galaxy.ansible.com/williamyeh/nginx/) demonstrates how to perform a simple smoke test (*configuration needs test, too!*) on a variety of (*containerized*) Linux distributions via [CircleCI](https://circleci.com/)'s Ubuntu 12.04 and [Travis CI](https://travis-ci.org/)’s Ubuntu 14.04 worker instances.
99 99
100 100
101 101
@@ -148,9 +148,9 @@ Vagrant.configure(2) do |config|
148 #config.vm.box = "ubuntu/precise64" 148 #config.vm.box = "ubuntu/precise64"
149 #config.vm.box = "debian/jessie64" 149 #config.vm.box = "debian/jessie64"
150 #config.vm.box = "debian/wheezy64" 150 #config.vm.box = "debian/wheezy64"
151 #config.vm.box = "bento/centos-7.1" 151 #config.vm.box = "bento/centos-7.2"
152 #config.vm.box = "bento/centos-6.7" 152 #config.vm.box = "bento/centos-6.7"
153 #config.vm.box = "maier/alpine-3.1.3-x86_64" 153 #config.vm.box = "maier/alpine-3.3.1-x86_64"
154 154
155 155
156 # ==> Executing Ansible... 156 # ==> Executing Ansible...