From 7ff10135f6422c26a4237ab94f2540a5923a6168 Mon Sep 17 00:00:00 2001 From: Brian Hoffmann Date: Mon, 31 May 2021 15:50:06 +0200 Subject: [PATCH] Add full header --- radar/2021-01-01/docker.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/radar/2021-01-01/docker.md b/radar/2021-01-01/docker.md index 5b3dbbe..2df7334 100644 --- a/radar/2021-01-01/docker.md +++ b/radar/2021-01-01/docker.md @@ -1,7 +1,10 @@ --- -featured: false +title: "Docker" +ring: assess +quadrant: platforms-and-aoe-services +featured: false --- Docker is best known for its capability to build and run containers. This is how we have used the term "Docker" in the Tech Radar recently. But "Docker" is also a complete production platform, where the capability to build and run Containers is only a small fraction of its capabilities. At the same time numerous alternate runtimes for containers – like containerd and podman – as well as image builders – like Kaniko and Buildah – have evolved during the last years. Thanks to the standards established by the Open Container Initiative these tools are mostly interchangeable for the purposes of building and running containers. -To be more distinct, we now recommend using [Containers and Runtimes as specified by the Open Container Initiative](/platforms-and-aoe-services/oci-container.html). "Docker" is one of many tools to achieve that. \ No newline at end of file +To be more distinct, we now recommend using [Containers and Runtimes as specified by the Open Container Initiative](/platforms-and-aoe-services/oci-container.html). "Docker" is one of many tools to achieve that.