diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-09-04 21:51:39 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-09-04 21:51:39 +0700 |
| commit | 1702ea7db85085309eb985b28072b678e6d3fe19 (patch) | |
| tree | 8ef44e52cc591376a3af34b1861b207ef5942d97 | |
| parent | 19cfc5506312639d6679b6a0727f8f6f049ef067 (diff) | |
| download | arch-docker-1702ea7db85085309eb985b28072b678e6d3fe19.tar.xz | |
Explain nodejs and postgresql images creation.
| -rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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. |
