aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2024-12-15README: update my remark about Alpine and Arch LinuxHEADmainShulhan
Arch Linux is not bloated. Unlike other Linux distro, Arch Linux include documentation and development files in one package, while other distro split it into "-doc" and/or "-devel" packages. DO NOT USE Alpine Linux just because you want smaller images. Alpine Linux use Musl libc, the core library where every single program depends on, which completely different with glibc that used by most Linux distro where you probably develop and test your program. And, no, Musl is [not always](https://bell-sw.com/blog/alpaquita-linux-performance-the-race-is-on/) [faster](https://users.rust-lang.org/t/optimizing-rust-binaries-observation-of-musl-versus-glibc-and-jemalloc-versus-system-alloc/8499) than glibc. If you did not know what is libc and why it will affect your program, please do not use it for the sake of smaller images.
2016-02-12Add link to Docker hub and fixes command at how to.Mhd Sulhan
2016-01-29README: add "how to" section.Mhd Sulhan
2015-09-15Add decription for sails image.Mhd Sulhan
2015-09-05Update images description.Mhd Sulhan
2015-09-04Explain nodejs and postgresql images creation.Mhd Sulhan
2015-08-31Script to create docker images based on Arch Linux on x86_64.Mhd Sulhan