Python started in 1991 with humble beginnings focusing on helping “automate the boring stuff.” But over the past few years, we’ve seen Python grow in popularity and become extremely useful not only for scripting but for building modern web applications, machine...
developers
Top Developer Trends for 2021
November 2024 update: See the Docker Subscriptions page for upgraded Docker plans. Simpler, more value, better development and productivity. -- The year 2020 will go down in the history books for so many reasons. For Docker, despite the challenges of our November 2019...
Docker Captain Take 5 – Gianluca Arbezzano
Docker Captains are select members of the community that are both experts in their field and are passionate about sharing their Docker knowledge with others. “Docker Captains Take 5” is a regular blog series where we get a closer look at our Captains and ask them the...
Closing Out 2020 with More Innovation for 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. --...
WSL 2 GPU Support is Here
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....
Download and Try the Tech Preview of Docker Desktop for M1
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....
Docker Desktop 3.0.0: Smaller, Faster Releases
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....
What developers need to know about Docker, Docker Engine, and Kubernetes v1.20
The latest version of Kubernetes Kubernetes v1.20.0-rc.0 is now available. The Kubernetes project plans to deprecate Docker Engine support in the kubelet and support for dockershim will be removed in a future release, probably late next year. The net/net is support...
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...