Guillaume Lours
-
Docker Compose: What’s New, What’s Changing, What’s Next
Docker Compose V1 will be deprecated after June, 2023. Here’s what you need to know to transition to Compose V2!
Read now
-
Docker at Devoxx France and the U.K.
As Docker is a full-remote company, we have employees scattered across the Americas and Europe. We’re building tools to help developers all over the world build software better. As developers, we know that to do this well, we need to be actively involved in the developer community so we encourage our engineers to speak at…
Read now
-
Speed Up Your Development Flow With These Dockerfile Best Practices
The Dockerfile is the starting point for creating a Docker image. The file format provides a well defined set of directives which allow you to copy files or folders, run commands, set environment variables, and do other tasks required to create a container image. It’s really important to craft your Dockerfile well to keep the resulting image secure, small, quick to build, and quick to update.
Read now