Skip to content

Commit

Permalink
chore: fix readme typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Hsiao <jimmy.h@incubit.co.jp>
  • Loading branch information
Fatmylin committed Aug 19, 2022
1 parent 554ec9b commit 98e43be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Project `imgcrypt` is a non-core subproject of containerd.

The `imgcrypt` library provides API exensions for containerd to support encrypted container images and implements
the `ctd-decoder` command line tool for use by containerd to decrypt encrypted container images. An extended version
of containerd's `ctr` tool (`ctr-enc') with support for encrypting and decrypting container images is also provided.
of containerd's `ctr` tool (`ctr-enc`) with support for encrypting and decrypting container images is also provided.

`imgcrypt` relies on the [`ocicrypt`](https://github.com/containers/ocicrypt) library for crypto functions on image layers.

Expand Down

0 comments on commit 98e43be

Please sign in to comment.