Cross-Platform Performance Evaluation of a Docker Compose–Based Web Application
Authors/Creators
Description
Containerization has changed the way most developers build web apps. Instead of dealing with configuration headaches, you can package everything your app needs into a single and portable container. Docker is like a toolkit to keep everything isolated and reproducible, while Docker Compose lets you spin up several services with one simple file. In our experiment, we set up a two-tier web app and ran it on different operating systems. We found that Linux hosts delivered snappier performance for CPU and disk writes—probably thanks to direct kernel access. Windows and macOS were a bit slower due to virtualization layers. Still, Docker Compose made managing all the moving parts a breeze, and apps ran reliably on every platform we tested.
Files
Cross-Platform Performance Evaluation of a Docker Compose -HBRP Publication.pdf
Files
(437.5 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:bcc77f6218bb0967364c76280b24c6f6
|
437.5 kB | Preview Download |
Additional details
References
- 1. Boettiger, K. (2015). An introduction to Docker for reproducible research. ACM SIGOPS Operating Systems Review, 49(1), 71–79. https://doi.org/10.1145/2723872.2723882
- 2. Docker Inc. (2025). Docker documentation: Overview of Docker Compose. https://docs.docker.com/compose/
- 3. Merkel, M. (2014). Docker: Lightweight Linux containers for consistent development and deployment. Linux Journal, 2014(239), 1–12.
- 4. Morabito, A., Di Valerio, V., & Morabito, O. (2018). Evaluating performance of Docker containers for HPC applications. In Proceedings of the IEEE Cloud Computing Conference (pp. 1–8). IEEE.
- 5. Peinl, M., Holzschuher, F., & Pfitzer, F. (2016). Docker cluster orchestration with Swarm, Kubernetes, and Mesos. In Proceedings of the IEEE International Conference on Cloud Computing and Services Science (CLOSER) (pp. 813–820). IEEE.
- 6. Sharma, B., Chaurasiya, S., & Patel, R. (2021). Performance analysis of Docker containers on different operating systems. International Journal of Computer Applications, 183(22), 25–30.
- 7. Thönes, J. (2015). Microservices. IEEE Software, 32(1), 116. ttps://doi.org/10.1109/MS.2015.11
- 8. Turnbull, J. (2014). The Docker book: Containerization is the new virtualization. James Turnbull.