aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2015-09-04 21:51:39 +0700
committerMhd Sulhan <ms@kilabit.info>2015-09-04 21:51:39 +0700
commit1702ea7db85085309eb985b28072b678e6d3fe19 (patch)
tree8ef44e52cc591376a3af34b1861b207ef5942d97
parent19cfc5506312639d6679b6a0727f8f6f049ef067 (diff)
downloadarch-docker-1702ea7db85085309eb985b28072b678e6d3fe19.tar.xz
Explain nodejs and postgresql images creation.
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e4c3ad..4886ea4 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Base image generated using modified `pacstrap` script from
* `en_GB.UTF-8` as locale,
* `ansi`, `cygwin`, `linux`, `screen-256color`, `vt100`,
`vt220`, and `xterm` in terminfo;
-* explicitly installed packages are `bash`, `coreutils`, `ca-certificates`
+* explicitly installed packages are `bash`, `coreutils`, `ca-certificates`, `pacman`, `sed`, `binutils`, `file`.
, and `pacman`.
To generate rootfs, execute
@@ -33,3 +33,15 @@ directory. You can modified the rootfs, and import back to docker using,
This will create and import image name as `sulhan/arch-base:latest`.
NOTE: remember to change the image name in `create-image.sh` if needed.
+
+## Nodejs Image
+
+`arch-nodejs` contain script to build Arch Linux system using `arch-base` which contain `nodejs` and `npm` package.
+
+This image expose port 80.
+
+## Postgresql Image
+
+`arch-postgresql` contain script to build Arch Linux system using `arch-base` running postgresql database.
+
+This image export port 5432.