In the era of AI copilots and code generation tools productivity is skyrocketing, but so is the risk of insecure, untested, or messy code slipping into production. How do you ensure it doesn’t introduce vulnerabilities, bugs, or bad practices? A widely adopted tool to help address these concerns is SonarQube. It provides a rich set...| Docker
In today’s fast-paced world of software development, product teams are expected to move quickly: building features, shipping updates, and reacting to user needs in real-time. But moving fast should never mean compromising on quality or security. Thanks to modern tooling, developers can now maintain high standards while accelerating delivery. In a previous article, we explored...| Docker
We're excited to announce a major evolution in how we deliver Docker Desktop updates to you. Starting with Docker Desktop release 4.45.0 on 28 August we're moving to releases every two weeks, with the goal of reaching weekly releases by the end of 2025. Why We're Making This Change You've told us you want faster...| Docker
Every developer remembers their first docker run hello-world. The mix of excitement and wonder as that simple command pulls an image, creates a container, and displays a friendly message. But what if AI could make that experience even better? As a technical writer on Docker’s Docs team, I spend my days thinking about developer experience....| Docker
Docker periodically highlights blog posts featuring use cases and success stories from Docker partners and practitioners. This story was contributed by Dylen Turnbull and Timo Stark. With over 29 years in enterprise and open-source software development, Dylen Turnbull has held roles at Symantec, Veritas, F5 Networks, and most recently as a Developer Advocate for NGINX....| Docker
Learn how Docker streamlines container security without slowing developers. Build compliant, secure apps with a great developer experience.| Docker
What is Testcontainers? Testcontainers is a powerful Java library that provides lightweight, throwaway instances of databases, message brokers, web browsers, or anything that can run in a Docker container for integration testing. Instead of mocking external dependencies or maintaining complex test environments, Testcontainers lets you run real instances of your dependencies during tests. Key Features […]| Collabnix
Docker has revolutionized how Python developers build, ship, and run applications. With over 13 billion container downloads and Python consistently ranking as one of the top programming languages, mastering Docker for Python development is crucial for modern software engineering. Whether you’re containerizing Django web applications, Flask APIs, or machine learning models, following Docker best practices […]| Collabnix
Manage Docker container plugins for Bambu Lab, Elegoo Centauri Carbon, and other Klipper 3D printers on Windows devices!| OctoEverywhere Blog
Learn about new features in Docker Desktop 4.36, including Desktop Settings Management and improvements to Enhanced Container Isolation and WSL 2.| Docker
In Docker Desktop 4.42, users can expect new features like IPv6 networking capabilities, numerous Docker Model Runner updates, and more.| Docker
In Docker Desktop 4.40, we’re introducing new tools that simplify GenAI app development and support secure, scalable development.| Docker
Docker has made its new Bake feature generally available, and released Docker Desktop 4.38 including a preview of […]| DEVCLASS
Now generally available, the Builds view feature in Docker Desktop provides detailed insight into your build performance and usage.| Docker
Docker announces significant upgrades to its subscription plans, delivering more value, flexibility, and tools for customers of all sizes.| Docker
Make Git hooks easier to configure and use by providing project-specific context to Docker's AI assistant.| Docker
Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version| Docker
Use the Dive-In Docker Extension to see how to reduce image size in an easy-to-use UI.| Docker