Engineering
-
Docker Desktop release 2.2 is here!
We are excited to announce that we released a new Docker Desktop version today! Thanks to the user feedback on the new features initially released in the Edge channel, we are now ready to publish them into Stable.
Read now
-
Capturing Logs in Docker Desktop
Docker Desktop runs a Virtual Machine to host Docker containers. Each component within the VM (including the Docker engine itself) runs as a separate isolated container. This extra layer of isolation introduces an interesting new problem: how do we capture all the logs so we can include them in Docker Desktop diagnostic reports?
Read now
-
5 Software Development Predictions for 2020
To kick off the new year, we sat down with Docker CEO Scott Johnston and asked him what the future holds for software development. Here are his 2020 predictions and trends to keep an eye on.
Read now
-
Containers Today Recap: The Future of the Developer Journey
There was amazing attendance at Containers Today in Stockholm a couple of weeks ago. For those who were unable to make it, here is a quick overview of what Docker talked about at the event in a session around the future of the developer journey.
Read now
-
Deep Dive Into the New Docker Desktop filesharing Implementation Using FUSE
The latest Edge release of Docker Desktop for Windows 2.1.7.0 has a completely new filesharing system using FUSE instead of Samba. Part 1 in the series presented the performance improvements and explains how to give feedback. Part 2 gives more insight about the new architecture.
Read now
-
New Filesharing Implementation in Docker Desktop Windows Improves Developer Inner Loop UX
The latest Edge release of Docker Desktop for Windows 2.1.7.0 has a completely new filesharing implementation using Filesystem in Userspace (FUSE) instead of Samba.
Read now
-
Introducing the Docker Desktop WSL 2 Backend
What’s Changed Since the Tech Preview Earlier this year, we released a technical preview of our vision for the future of Docker development on Windows using WSL 2. We received lots of feedback from Windows Insiders via different channels, and collated common failure cases. We also used it ourselves a lot, and took the time…
Read now
-
Road to containing iSCSI
iSCSI is a popular protocol for block-level storage access, where the iSCSI initiator (client) communicates with an iSCSI target (storage server) over the network. The iSCSI target provides storage to the initiator in the form of one or more LUNs. iSCSI can be leveraged to provide persistent storage to containerized workloads. In Kubernetes, iSCSI initiator…
Read now