Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,12 @@ The following sample plugins exist for NRI:
- [differ](plugins/differ)
- [device injector](plugins/device-injector)
- [network device injector](plugins/network-device-injector)
- [network logger](plugins/network-logger)
- [OCI hook injector](plugins/hook-injector)
- [ulimit adjuster](plugins/ulimit-adjuster)
- [NRI v0.1.0 plugin adapter](plugins/v010-adapter)
- [WebAssembly plugin](plugins/wasm)
- [template](plugins/template)

Please see the documentation of these plugins for further details
about what and how each of these plugins can be used for.
Expand Down
5 changes: 5 additions & 0 deletions plugins/template/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Template NRI plugin

This is a minimal example plugin that demonstrates how to interact with
container lifecycle events with NRI. This plugin can be deployed for testing
and demonstration purposes and used as a base for implementing new NRI plugins.
4 changes: 4 additions & 0 deletions plugins/wasm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# NRI WebAssembly plugin

This is a minimal example to demonstrate how to build an NRI plugin as a WASM
binary.
Loading