From edb8194707c70daaeb210a6ea064927857505e78 Mon Sep 17 00:00:00 2001 From: Akash Goswami Date: Wed, 22 May 2024 13:28:03 +0100 Subject: [PATCH] Fixed typo in Docker roadmap --- .../docker/content/100-introduction/103-docker-and-oci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/docker/content/100-introduction/103-docker-and-oci.md b/src/data/roadmaps/docker/content/100-introduction/103-docker-and-oci.md index 78e4d3d58..e5d3704b6 100644 --- a/src/data/roadmaps/docker/content/100-introduction/103-docker-and-oci.md +++ b/src/data/roadmaps/docker/content/100-introduction/103-docker-and-oci.md @@ -14,7 +14,7 @@ OCI has three main specifications: - **Image Specification (image-spec):** It defines the container image format, which describes the contents of a container and can be run by a compliant runtime. Docker's initial image format has led to the creation of the OCI image-spec. -- **Distribution Specification (distribution-spec):** It defines defines an API protocol to facilitate and standardize the distribution of content. Docker's existing registry API served as a starting point and heavily influenced the design of the OCI Distro Spec. +- **Distribution Specification (distribution-spec):** It defines an API protocol to facilitate and standardize the distribution of content. Docker's existing registry API served as a starting point and heavily influenced the design of the OCI Distro Spec. ### Compatibility between Docker and OCI