File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
421424Please see the documentation of these plugins for further details
422425about what and how each of these plugins can be used for.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 1+ # NRI WebAssembly plugin  
2+ 
3+ This is a minimal example to demonstrate how to build an NRI plugin as a WASM
4+ binary.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments