From 1702ea7db85085309eb985b28072b678e6d3fe19 Mon Sep 17 00:00:00 2001 From: Mhd Sulhan Date: Fri, 4 Sep 2015 21:51:39 +0700 Subject: Explain nodejs and postgresql images creation. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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. -- cgit v1.3-6-g1900