Skip to content

Commit ccfcb9f

Browse files
author
anair-it
committed
Updated readme
1 parent 1037c32 commit ccfcb9f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

alpine-base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
- Create base image with [Alpine Linux distro](http://www.alpinelinux.org/)
1+
- Create base image with [Alpine Linux distro](http://www.alpinelinux.org/)
22
- Install essential linux packages
33
- Install Open JDK 7. All hadoop images should extend this one.
44
- Prepare image with directories like /opt
55

66

77
Building the image
88
----
9-
Refer (build.sh) for building the image.
9+
- ```./build.sh```
1010

1111
Version
1212
---

debian-base/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Building the image
77
----
8-
Refer (build.sh) for building the image.
8+
- ```./build.sh```.
99

1010
Version
1111
---

kafka/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Kafka docker image
22
=======
3-
Build a kafka docker image on [Alipine Linux distro](http://www.alpinelinux.org/)
3+
Build a kafka docker image on Alpine Linux distro.
44

55
Version
66
----

zookeeper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Zookeeper docker image
22
========
3-
Build a zookeeper docker image on [Alpine Linux distro](http://www.alpinelinux.org/).
3+
Build a zookeeper docker image on Alpine Linux distro.
44
The ports 2181,2888,3888 are exposed.
55

66
Version

0 commit comments

Comments
 (0)