Category: Improvements


  • Taking advantage of docker layers

    Here, I want to focus on how companies can create Docker images in a way that takes full advantage of how Docker layers are constructed and how they’re stored on disk. Many companies that use Docker follow one of two strategies: either each team is fully responsible for creating and maintaining its own images, or…