Skip to content

Commit

Permalink
Merge pull request #5716 from Skyth3r/fix-docker-roadmap-intro-typo
Browse files Browse the repository at this point in the history
Fixed typo in Docker roadmap
  • Loading branch information
dansholds committed May 22, 2024
2 parents 8339958 + edb8194 commit 8c9259f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c9259f

Please sign in to comment.