Docker Blog
-
DockerCon LIVE with theCUBE: Call for Papers is Open
Share your Docker story by submitting a CFP to speak at DockerCon LIVE before the deadline of March 27th.
Read now
-
Docker Turns 7!
Docker changed the way the world develops apps. Over the last 7 years, we’ve loved watching developers bring their ideas to life with Docker. As is our tradition in the Docker community, we will be celebrating Docker’s birthday month with meetups (virtual + IRL), a special hands-on challenge, cake, and swag. Join us and celebrate your #myDockerBDay!
Read now
-
Helping You and Your Development Team Build and Ship Faster
We heard from you that easily going from code to cloud is a problem, and Scott outlined the complexities. However, what if you are a developer in a small team at a startup, and need something easy, fast, and efficient? Or, if you are a developer who is part of a team in a large organization that uses multiple clouds?
Read now
-
Helping Developers Simplify Apps, Toolchains, and Open Source
It’s been an exciting four months since we announced that Docker is refocusing on developers. We have spent much of that time listening to you, our developer community, in meetups, on GitHub, through social media, with our Docker Captains, and in face-to-face one-on-ones. Your support and feedback on our refocused direction have been helpful and positive, and we’re fired-up for the year ahead!
Read now
-
Docker Desktop for Windows Home is here!
Last year we announced that Docker had released a preview of Docker Desktop with WSL 2 integration. We are now pleased to announce that we have completed the work to enable experimental support for Windows Home WSL 2 integration. This means that Windows Insider users on 19040 or higher can now install and use Docker Desktop!
Read now
-
How to deploy on remote Docker hosts with docker-compose
The docker-compose tool is pretty popular for running dockerized applications in a local development environment. All we need to do is write a Compose file containing the configuration for the application’s services and have a running Docker engine for deployment. From here, we can get the application running locally in a few seconds with a single `docker-compose up` command.
Read now
-
Getting Started with Istio Using Docker Desktop
Istio, a service mesh, is a powerful architecture that lets you manage the communication between components independently of the components themselves. In this post I’ll focus on three scenarios that Istio enables, and all you need to follow along is Docker Desktop.
Read now
-
Docker Donates the cnab-to-oci Library to cnab.io
Docker helped with the development of all those components, but also worked with Microsoft on the cnab-to-oci library for sharing a CNAB bundle. This library is now used at least by 3 tools: Docker App, Porter and duffle, but also internally in Docker Hub. It successfully demonstrated how to push, pull and share description of a CNAB bundle on a registry. This work will be used as a base for the future CNAB Registries specification.
Read now