forked from TrueCloudLab/distribution
typo: a client implementation
Signed-off-by: Christopher Yeleighton <ne01026@shark.2a.pl>
This commit is contained in:
parent
6d75bd043a
commit
7244cd3bdf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ This repository contains the following components:
|
||||||
### How does this integrate with Docker, containerd, and other OCI client?
|
### How does this integrate with Docker, containerd, and other OCI client?
|
||||||
|
|
||||||
Clients implement against the OCI specification and communicate with the
|
Clients implement against the OCI specification and communicate with the
|
||||||
registry using HTTP. This project contains an client implementation which
|
registry using HTTP. This project contains a client implementation which
|
||||||
is currently in use by Docker, however, it is deprecated for the
|
is currently in use by Docker, however, it is deprecated for the
|
||||||
[implementation in containerd](https://github.com/containerd/containerd/tree/master/remotes/docker)
|
[implementation in containerd](https://github.com/containerd/containerd/tree/master/remotes/docker)
|
||||||
and will not support new features.
|
and will not support new features.
|
||||||
|
|
Loading…
Reference in a new issue