Skip to content

Commit

Permalink
README.md: mention IPFS
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Nov 17, 2021
1 parent 4fefa9e commit 223f7ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

✅ Supports [encrypted images (ocicrypt)](./docs/ocicrypt.md)

✅ Supports [P2P image distribution (IPFS)](./docs/ipfs.md)

nerdctl is a **non-core** sub-project of containerd.

## Examples
Expand Down Expand Up @@ -120,6 +122,7 @@ Also, `nerdctl` might be potentially useful for debugging Kubernetes clusters, b
Major:
- [On-demand image pulling (lazy-pulling) using Stargz Snapshotter](./docs/stargz.md): `nerdctl --snapshotter=stargz run IMAGE` .
- [Image encryption and decryption using ocicrypt (imgcrypt)](./docs/ocicrypt.md): `nerdctl image (encrypt|decrypt) SRC DST`
- [P2P image distribution using IPFS](./docs/ipfs.md): `nerdctl run ipfs://CID`

Minor:
- Namespacing: `nerdctl --namespace=<NS> ps` .
Expand Down

0 comments on commit 223f7ff

Please sign in to comment.