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.
Engineering
Cross Compiling Rust Code for Multiple Architectures
Getting an idea, planning it out, implementing your Rust code, and releasing the final build is a long process full of unexpected issues. Cross compilation of your code will allow you to reach more users, but it requires knowledge of building executables for different...
Simplify Your Deployments Using the Rust Official Image
We previously tackled how to deploy your web applications quicker with the Caddy 2 Official Image. This time, we’re turning our attention to Rust applications. The Rust Foundation introduced developers to the Rust programming language in 2010. Since then, developers...
How to Build and Deploy a Django-based URL Shortener App from Scratch
A URL shortener is a widely adopted technique that’s used to create short, condensed, and unique aliases for long URL links. In this blog tutorial, you’ll learn how to build a basic URL shortener using Python and Django.
From Edge to Mainstream: Scaling to 100K+ IoT Devices
Developers are builders at heart. Many have also ventured into the IoT — an evolving space ruled by microcontrollers, sensors, and various other software-driven microelectronics. Accordingly, the Raspberry Pi has become a favorite “command center” for developers...
New Extensions and Container Interface Enhancements in Docker Desktop 4.9
We’re excited to announce the launch of Docker Desktop 4.9, and we’re looking forward to you trying it! Here’s what’s coming in our latest launch. Manage your containers easily with table view and bulk remove We’ve made a few user experience enhancements to the...
Deploying Web Applications Quicker and Easier with Caddy 2
Deploying web apps can be tough, even with leading server technologies. Learn how you can use Caddy 2 and Docker simplify this process.
Kickstart Your Spring Boot Application Development
At Docker, we are 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?...
Welcome Tilt: Fixing the pains of microservice development for Kubernetes
Big news! The Tilt team is joining Docker. The Tilt project is joining too. We think this is a great fit and I will tell you why. The Problem Modern apps are made of so many services. They’re everywhere. Every team we talk to is trying to figure out how to set up...