Over the past few years, Docker set out to build its own container management and orchestration layer. It’s been a positively essential part of the company’s roadmap, and one that most investors saw as the end-game play to bring in enterprise buyers at hi... (more…)
Read more »
Containers are great for software developers but they create new challenges for operations teams running containerized applications. (more…)
Read more »
If you’re building a Docker image that’s based on Conda, the resulting images can be huge. For example, later I will show how a simple image with just Python 3.8 and NumPy can be over 950MB! Large images waste bandwidth, disk, time, and CPU: how do you ma... (more…)
Read more »
Five questions for Laura Frank about orchestration, security, and beyond. (more…)
Read more »
Building Docker images can be slow, and Docker’s build system is also missing some critical security features, in particular the ability to use build secrets without leaking them. So over the past few years the Docker developers have been working on a new... (more…)
Read more »