Skip to content

Commit 506242b

Browse files
committed
readme: even moar polish
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent 6e27961 commit 506242b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ It has a pluggable builder selection — it is up to you to pick the tool which
77
will be used to construct your container image. Right now the only supported
88
builder is [buildah](https://github.com/projectatomic/buildah). [More to come
99
in future](#todo-past-010). ab relies on [Ansible connection
10-
plugins](https://docs.ansible.com/ansible/2.6/plugins/connection.html) for
11-
that. tl;dr Ansible is the frontend, buildah is the backend.
10+
plugins](https://docs.ansible.com/ansible/2.6/plugins/connection.html) for performing builds.
11+
that.
12+
13+
tl;dr Ansible is the frontend, buildah is the backend.
1214

1315
I described this concept a while ago in [this blog post](https://blog.tomecek.net/post/building-containers-with-buildah-and-ansible/).
1416

@@ -18,8 +20,8 @@ actually heavily inspired by ansible-container: the main distinction is that
1820
ansible-container covers the complete lifecycle of a containerized application
1921
while ab takes care of image builds only.
2022

21-
**Please note that this project is not affiliated with Ansible project. It's
22-
just using Ansible to do something magical.**
23+
**Please note that this project is not affiliated with the Ansible project.
24+
It's just using Ansible to do something magical.**
2325

2426

2527
**Status**: proof of concept

0 commit comments

Comments
 (0)