-
Docker Desktop 4.32: Beta Releases of Compose File Viewer, Terminal Shell Integration, and Volume Backups to Cloud Providers
In this post: Compose File Viewer (Beta) Terminal integration (Beta) Enterprise-grade Volume Backup to cloud providers (Beta) Docker Desktop MSI Installer and new login enforcement alternatives (Early Access) Docker Desktop 4.32 includes a series of powerful enhancements designed to streamline data workflows and elevate user productivity. The latest Docker Desktop release enhances the experience across…
Read now
-
Docker Best Practices: Choosing Between RUN, CMD, and ENTRYPOINT
Docker’s flexibility and robustness as a containerization tool come with a complexity that can be daunting. Multiple methods are available to accomplish similar tasks, and users must understand the pros and cons of the available options to choose the best approach for their projects. One confusing area concerns the RUN, CMD, and ENTRYPOINT Dockerfile instructions….
Read now
-
ReadMeAI: An AI-powered README Generator for Developers
This post was written in collaboration with Docker AI/ML Hackathon participants Gitanshu Sankhla and Vijay Barma. In this AI/ML Hackathon post, we’ll share another interesting winning project from last year’s Docker AI/ML Hackathon. This time, we will dive into ReadMeAI, one of the honorable mention winners. For many developers, planning and writing code is the…
Read now
-
Understanding the Docker USER Instruction
In the world of containerization, security and proper user management are crucial aspects that can significantly affect the stability and security of your applications. The USER instruction in a Dockerfile is a fundamental tool that determines which user will execute commands both during the image build process and when running the container. By default, if…
Read now
-
How to Measure DevSecOps Success: Key Metrics Explained
DevSecOps involves the integration of security throughout the entire software development and delivery lifecycle, representing a cultural shift where security is a collective responsibility for everyone building software. By embedding security at every stage, organizations can identify and resolve security issues earlier in the development process rather than during or after deployment. Organizations adopting DevSecOps…
Read now
-
New Beta Feature: Deep Dive into GitHub Actions Docker Builds with Docker Desktop
We’re excited to announce the beta release of a new feature for inspecting GitHub Actions builds directly in Docker Desktop 4.31. Centralized CI/CD environments, such as GitHub Actions, are popular and useful, giving teams a single location to build, test, and verify their deployments. However, remote processes, such as builds in GitHub Actions, often lack…
Read now
-
LXC vs. Docker: Which One Should You Use?
Explore the key differences between Docker and LXC to determine which containerization technology best suits your project needs.
Read now
-
Docker Desktop 4.31: Air-Gapped Containers, Accelerated Builds, and Beta Releases of Docker Desktop on Windows on Arm, Compose File Viewer, and GitHub Actions
In this post: Air-gapped containers: Ensuring security and compliance Accelerating Builds in Docker Desktop with Docker Build Cloud Docker Desktop on Windows on Arm (Beta) Compose File Viewer (Beta) Deep Dive into GitHub Actions Docker Builds with Docker Desktop (Beta) Docker Desktop’s latest release continues to empower development teams of every size, providing a secure…
Read now