Docker Desktop 4.12 is now live! This release brings some key quality-of-life improvements to the Docker Dashboard. We’ve also made some changes to our container image management and added it as an experimental feature. Finally, we’ve made it easier to find useful...
Shashank Sharma
Virtual Desktop Support, Mac Permission Changes, & New Extensions in Docker Desktop 4.11
Check out the Docker Desktop 4.11 release! These new features will make developers’ lives easier and security-minded organizations breathe easier.
Quickly Spin Up New Development Projects with Awesome Compose
Containers optimize our daily development work. They’re standardized, so that we can easily switch between development environments — either migrating to testing or reusing container images for production workloads. However, a challenge arises when you need more than...
New Extensions, Improved logs, and more in Docker Desktop 4.10
We’re excited to announce the launch of Docker Desktop 4.10. We’ve listened to your feedback, and here’s what you can expect from this release. Easily find what you need in container logs If you’re going through logs to find specific error codes and the requests that...
How to Train and Deploy a Linear Regression Model Using PyTorch – Part 1
Get an introduction to PyTorch, then learn how to use it for a simple problem like linear regression — and a simple way to containerize your application.
Using Awesome-Compose to Build and Deploy Your Multi-Container Application
In my last blog, I showed you how to get up and running with Docker Desktop. While we briefly introduced you to every major component bundled within Docker Desktop, it’s now time to drill a little deeper. In this blog, you’ll learn how to use one of our most-popular...
Getting Started with Docker Desktop
If you’re curious about Docker but haven’t used it, you’re at the right place. While Docker is technical at its core, our goal is to make our tools approachable for all users regardless of their familiarity with containers. This blog introduces Docker technology,...
Vulnerability Alert: Avoiding “Dirty Pipe” CVE-2022-0847 on Docker Engine and Docker Desktop
You might have heard about a new Linux vulnerability that was released last week, CVE-2022-0847, aka “Dirty Pipe”. This vulnerability overwrites supposedly read-only files in the Linux kernel host, which could enable attackers to modify files inside the host images...