Tag: dev-ops

  • How To Minimize Docker Container Sizes

    How To Minimize Docker Container Sizes

    Some of the most important assets a developer may have are time, money, computing power, and memory space. In this post, I’ll focus on the importance of multi-stage builds to minimize Docker container sizes. In a previous project, the Credit Card Validator API, I created a Dockerfile to be able to run a web application…