Skip to content

Commit bfdf5c2

Browse files
authored
Merge pull request #193 from marquiz/devel/readme
readme: list all sample plugins
2 parents 81fdfe3 + 782a7dc commit bfdf5c2

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
@@ -414,9 +414,12 @@ The following sample plugins exist for NRI:
414414
- [differ](plugins/differ)
415415
- [device injector](plugins/device-injector)
416416
- [network device injector](plugins/network-device-injector)
417+
- [network logger](plugins/network-logger)
417418
- [OCI hook injector](plugins/hook-injector)
418419
- [ulimit adjuster](plugins/ulimit-adjuster)
419420
- [NRI v0.1.0 plugin adapter](plugins/v010-adapter)
421+
- [WebAssembly plugin](plugins/wasm)
422+
- [template](plugins/template)
420423

421424
Please see the documentation of these plugins for further details
422425
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)