aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-05Add docker image for proofn API.Mhd Sulhan
This images build on top of sulhan/arch-nodejs with additional npm packages: sails and pm2.
2015-09-05Set name of running container to "db-pg".Mhd Sulhan
2015-09-05Fix typo on "ExPOSE".Mhd Sulhan
2015-09-05Add git, gcc, make, and python2 package.Mhd Sulhan
This packages is required when one of npm package need to rebuild. Also, do not remove /usr/include.
2015-09-05Include grep in default installation.Mhd Sulhan
2015-09-05Do not clean content at /usr/include.Mhd Sulhan
Content of "/usr/includes" will be used by npm rebuild.
2015-09-04Script to run postgresql container using mounted host directory.Mhd Sulhan
2015-09-04Create database in init script, when docker run.Mhd Sulhan
Use host "data" directory to server as database directory.
2015-09-04Ignore temporary rootfs in arch-base.Mhd Sulhan
2015-09-04Explain nodejs and postgresql images creation.Mhd Sulhan
2015-09-04Group cleaning commands into one function.Mhd Sulhan
2015-09-04Reorder commands to minimize temporary images creation.Mhd Sulhan
2015-09-04Fetch only packages to be installed, do not need to update host system.Mhd Sulhan
* Remove tag on docker image build command.
2015-09-04Move build and clean commands to bootstrap.sh file.Mhd Sulhan
* Expose port 80.
2015-09-04Script to clean image creation.Mhd Sulhan
2015-09-04Fix order of package removal.Mhd Sulhan
* add en_US to locale. * set LC_MESSAGES to "C".
2015-09-04Remove "latest" tag, because it will be added automatically.Mhd Sulhan
2015-09-04Include "file" package in the system.Mhd Sulhan
2015-09-02arch-base: include binutils and sed packages.Mhd Sulhan
* Add en_US to locale. * Change LC_MESSAGES to "C". * Move and make strip command as function. * Group strip commands into strip_bin and strip_lib functions. * Group clean commands into clean_common function .
2015-09-01Add script to create docker image for postgresql.Mhd Sulhan
2015-09-01Add script to create system image for nodejs.Mhd Sulhan
2015-08-31Script to create docker images based on Arch Linux on x86_64.Mhd Sulhan