File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11# Experimental features  
22
3- The following features are experimental and subject to change:
4- 
5- -  The ` runc features `  command (since runc v1.1.0)
6- 
73The following features were experimental in the past:
84
95Feature                                  | Experimental release | Graduation release
106---------------------------------------- | -------------------- | ------------------
117cgroup v2                                | v1.0.0-rc91          | v1.0.0-rc93
8+ The ` runc features `  command              | v1.1.0               | v1.2.0
Original file line number Diff line number Diff line change @@ -20,8 +20,7 @@ var featuresCommand = cli.Command{
2020	ArgsUsage : "" ,
2121	Description : `Show the enabled features. 
2222   The result is parsable as a JSON. 
23-    See https://pkg.go.dev/github.com/opencontainers/runc/types/features for the type definition. 
24-    The types are experimental and subject to change. 
23+    See https://github.com/opencontainers/runtime-spec/blob/main/features.md for the type definition. 
2524` ,
2625	Action : func (context  * cli.Context ) error  {
2726		if  err  :=  checkArgs (context , 0 , exactArgs ); err  !=  nil  {
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments