Less than a week ago, Stack Overflow published the results of its 2022 Developer Survey. While a lot of the players in the top 10 spots have remained consistent from last year, some trends spoke volumes. It’s clear that application development demands flexibility, agility, and tools that let you bring your own tech stack. Here’s why.
Docker Blog
Docker Captain Take 5 – Damian Naprawa
Docker Captains are select community members that are both experts in their field and passionate about sharing their Docker knowledge with others. “Docker Captains Take 5” is a regular blog series where we get a closer look at our Captains and ask them the same broad...
9 Tips for Containerizing Your Spring Boot Code
At Docker, we're incredibly proud of our vibrant, diverse and creative community. From time to time, we feature cool contributions from the community on our blog to highlight some of the great work our community does. Are you working on something awesome with Docker?...
Docker Hub v1 API Deprecation
Docker has planned to deprecate the Docker Hub v1 API endpoints that access information related to Docker Hub repositories on September 5th, 2022.
Top Tips and Use Cases for Managing Your Volumes
The architecture of a container includes its application layer, data layer, and local storage within the containerized image. Data is critical to helping your apps run effectively and serving content to users. Running containers also produce files that must exist...
Securing the Software Supply Chain: Atomist Joins Docker
I’m excited to share some big news: Atomist is joining Docker. I know our team will thrive in its new home, and look forward to taking the great stuff we’ve built to a much larger audience. I’ve devoted most of my career to trying to improve developer productivity and...
How to Rapidly Build Multi-Architecture Images with Buildx
Successfully running your container images on a variety of CPU architectures can be tricky. For example, you might want to build your IoT application — running on an arm64 device like the Raspberry Pi — from a specific base image. However, Docker images typically...
How to Train and Deploy a Linear Regression Model Using PyTorch
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.
Getting Started with Visual Studio Code and IntelliJ IDEA Docker Plugins
Today’s developers swear by IDEs that best support their workflows. Jumping repeatedly between windows and apps is highly inconvenient, which makes these programs so valuable. By remaining within your IDE, it’s possible to get more done in less time. Today, we’ll take...