aboutsummaryrefslogtreecommitdiff
path: root/arch-base-nodejs
AgeCommit message (Collapse)Author
2016-01-29Update all variable in images directory to use latest modification.Mhd Sulhan
2015-11-28Do not replace content of PKGS_REMOVED.Mhd Sulhan
2015-11-21arch-base-nodejs: add volume to mount host npm cache.Mhd Sulhan
Using host's npm cache can speeding up npm install when starting up the container.
2015-11-20arch-base-nodejs: clean rootfs after bootstrapping.Mhd Sulhan
* Remove symlink to test source. * Backup npm cache. * init.sh: always run npm install after starting up the container.
2015-11-20Add script to test running docker images.Mhd Sulhan
2015-11-20Add build script for nodejs image.Mhd Sulhan