Docker Desktop
-
Getting Started with the Labs AI Tools for Devs Docker Desktop Extension
This ongoing Docker Labs GenAI series explores the exciting space of AI developer tools. At Docker, we believe there is a vast scope to explore, openly and without the hype. We will share our explorations and collaborate with the developer community in real-time. Although developers have adopted autocomplete tooling like GitHub Copilot and use chat,…
Read now
-
New Docker Desktop Enterprise Admin Features: MSI Installer and Login Enforcement Alternative
At Docker, we continuously strive to enhance the ease and security of our platform for all users. We’re excited to launch the general availability for two significant updates: the Docker Desktop MSI installer and a new sign-in enforcement alternative. These updates aim to streamline administration, improve security, and ensure users can take full advantage of…
Read now
-
Docker Desktop 4.34: MSI Installer GA, Upgraded Host Networking, and Powerful Enhancements for Boosted Productivity & Administration
Key GA features of the Docker Desktop 4.34 release include: MSI installer GA and Windows registry key Host networking support to Docker Desktop Automatic reclamation of disk space in Docker Desktop for WSL2 Authentication enhancements NVIDIA AI Workbench Docker Desktop Integration Multi-platform UX improvements and the containerd image store Docker Desktop 4.34 introduces key features…
Read now
-
Streamlining Local Development with Dev Containers and Testcontainers Cloud
In today’s world of fast-paced development, setting up a consistent and efficient development environment for all team members is crucial for overall productivity. Although Docker itself is a powerful tool that enhances developer efficiency, configuring a local development environment still can be complex and time-consuming. This is where development containers (or dev containers) come into…
Read now
-
Optimizing AI Application Development with Docker Desktop and NVIDIA AI Workbench
Are you looking to streamline how to incorporate LLMs into your applications? Would you prefer to do this using the products and services you’re already familiar with? This is where Docker Desktop, especially when paired with the advanced capabilities offered by Docker’s Business subscription tier, comes into play — particularly when combined with NVIDIA’s cutting-edge…
Read now
-
Deprecation of Password Logins on CLI with Docker SSO Enforcement
At Docker, security is a core priority in everything we build. To align with our commitment to provide a secure experience for our developers and organizations, we are announcing an update to Single Sign-On (SSO) enforcement. Starting September 16, 2024, we will deprecate password logins on the Docker CLI when SSO is enforced. SSO enforcement…
Read now
-
Zero Trust and Docker Desktop: An Introduction
Today’s digital landscape is characterized by frequent security breaches resulting in lost revenue, potential legal liability, and loss of customer trust. The Zero Trust model was devised to improve an organization’s security posture and minimize the risk and scope of security breaches. In this post, we explore Zero Trust security and walk through several strategies…
Read now
-
Docker Best Practices: Understanding the Differences Between ADD and COPY Instructions in Dockerfiles
COPY vs. ADD tl;dr: When you search for “Dockerfile best practices,” one of the suggestions you will find is that you always use the COPY instruction instead of the ADD instruction when adding files into your Docker image. This blog post will explore why this suggestion exists by providing additional detail on the functionality of…
Read now