developers
-
WSL 2 GPU Support is Here
Today we are excited to announce the general preview of Docker Desktop support for GPU with Docker in WSL2. There are over one and a half million users of Docker Desktop for Windows today and we saw in our roadmap how excited you all were for us to provide this support.
Read now
-
Download and Try the Tech Preview of Docker Desktop for M1
Apple has recently shipped the first Macs based on the new Apple M1 chips. Today we have a public preview that you can download and try out!
Read now
-
Docker Desktop 3.0.0: Smaller, Faster Releases
Today with the release of Docker Desktop 3.0.0, we’re launching several major improvements to the way we distribute Docker Desktop.
Read now
-
What developers need to know about Docker, Docker Engine, and Kubernetes v1.20
The latest version of Kubernetes v1.20.0-rc.0 is now available. Here’s what developers need to know about Docker, Docker Engine and Kubernetes.
Read now
-
How To Setup Your Local Node.js Development Environment Using Docker – Part 2
In part I of this series, we took a look at creating Docker images and running Containers for Node.js applications. We also took a look at setting up a database in a container and how volumes and network play a part in setting up your local development environment. In this article we’ll take a look…
Read now
-
Docker Index: Dramatic Growth in Docker Usage Affirms the Continued Rising Power of Developers
November 2024 update: Learn about the upgraded Docker plans and choose the best Docker Subscription for you. Simpler, more value, better development and productivity. Read our Docker Desktop release collection to learn about our latest enhancements and innovations. — Developers have always been an integral part of business innovation and transformation. With the massive increase…
Read now
-
Containerized Python Development – Part 3
This is the last part in the series of blog posts showing how to set up and optimize a containerized Python development environment. The first part covered how to containerize a Python service and the best development practices for it. The second part showed how to easily set up different components that our Python application needs and how to easily manage the lifecycle of the overall project with Docker Compose.
Read now
-
Containerized Python Development – Part 2
This is the second part of the blog post series on how to containerize our Python development. In part 1, we have already shown how to containerize a Python service and the best practices for it. In this part, we discuss how to set up and wire other components to a containerized Python service. We show a good way to organize project files and data and how to manage the overall project configuration with Docker Compose. We also cover the best practices for writing Compose files for speeding up our containerized development process.
Read now