Docker Blog
-
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
-
Hack Week: How Docker Drives Innovation from the Inside
One of the more creative ways Docker has been driving innovation internally is through hackathons. These hackathons have proven to be a great platform for Docker employees to showcase their talent and provide unique opportunities for teams across Docker’s business functions to come together.
Read now
-
Our Favourite Picks from the KubeCon Europe 2020 Schedule
Last Wednesday, the CNCF released the KubeCon Europe 2020 schedule. There are so many talks at KubeCon it can be daunting even to decide what to go to see! Here are some talks by the team at Docker, and some others we think will be particularly interesting. Looking forward to seeing you in Amsterdam!
Read now
-
Changes to dockerproject.org APT and YUM repositories
While many people know about Docker, not that many know its history and where it came from. Docker was started as a project in the dotCloud company, founded by Solomon Hykes, which provided a PaaS solution. The project became so successful that dotCloud renamed itself to Docker, Inc. and focused on Docker as its primary product.
Read now
-
Introducing the Docker Index: Insight from the World’s Most Popular Container Registry
Data from Docker Hub and Docker Desktop provide a window into application development trends in the age of containers.
Read now
-
How We Solved a Report on docker-compose Performance on macOS Catalina
As a Docker Compose maintainer, my daily duty is to check for newly reported issues and try to help users through misunderstanding and possible underlying bugs. Sometimes issues are very well documented, sometimes they are nothing much but some “please help” message. And sometimes they look really weird and can result in funny investigations. Here is the story…
Read now