Skip to content

Commit 66c0076

Browse files
committed
readme: list all reference plugins
Also add minimal readme for the template and wasm plugins. The default-validator plugin is left out as it cannot be built as an external plugin (without changes). Signed-off-by: Markus Lehtonen <markus.lehtonen@intel.com>
1 parent fcd3e39 commit 66c0076

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,12 @@ The following sample plugins exist for NRI:
411411
- [differ](plugins/differ)
412412
- [device injector](plugins/device-injector)
413413
- [network device injector](plugins/network-device-injector)
414+
- [network logger](plugins/network-logger)
414415
- [OCI hook injector](plugins/hook-injector)
415416
- [ulimit adjuster](plugins/ulimit-adjuster)
416417
- [NRI v0.1.0 plugin adapter](plugins/v010-adapter)
418+
- [WebAssembly plugin](plugins/wasm)
419+
- [template](plugins/template)
417420

418421
Please see the documentation of these plugins for further details
419422
about what and how each of these plugins can be used for.

plugins/template/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Template NRI plugin
2+
3+
This is a minimal example plugin that demonstrates how to interact with
4+
container lifecycle events with NRI. This plugin can be deployed for testing
5+
and demonstration purposes and used as a base for implementing new NRI plugins.

plugins/wasm/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# NRI WebAssembly plugin
2+
3+
This is a minimal example to demonstrate how to build an NRI plugin as a WASM
4+
binary.

0 commit comments

Comments
 (0)