File tree 2 files changed +74
-0
lines changed
2 files changed +74
-0
lines changed Original file line number Diff line number Diff line change @@ -665,6 +665,40 @@ The specified version expression is used to set `libnvidia-container NVIDIA_REQU
665
665
```
666
666
667
667
<!-- config group instance-nvidia end -->
668
+ <!-- config group instance-oci start -->
669
+ ```{config:option} oci.cwd instance-oci
670
+ :condition: "OCI container"
671
+ :liveupdate: "no"
672
+ :shortdesc: "OCI container working directory"
673
+ :type: "string"
674
+ Override the working directory of an OCI container.
675
+ ```
676
+
677
+ ```{config:option} oci.entrypoint instance-oci
678
+ :condition: "OCI container"
679
+ :liveupdate: "no"
680
+ :shortdesc: "OCI container entrypoint"
681
+ :type: "string"
682
+ Override the entrypoint of an OCI container.
683
+ ```
684
+
685
+ ```{config:option} oci.gid instance-oci
686
+ :condition: "OCI container"
687
+ :liveupdate: "no"
688
+ :shortdesc: "OCI container GID"
689
+ :type: "string"
690
+ Override the GID of the process run in an OCI container.
691
+ ```
692
+
693
+ ```{config:option} oci.uid instance-oci
694
+ :condition: "OCI container"
695
+ :liveupdate: "no"
696
+ :shortdesc: "OCI container UID"
697
+ :type: "string"
698
+ Override the UID of the process run in an OCI container.
699
+ ```
700
+
701
+ <!-- config group instance-oci end -->
668
702
<!-- config group instance-raw start -->
669
703
```{config:option} raw.apparmor instance-raw
670
704
:liveupdate: "yes"
Original file line number Diff line number Diff line change 730
730
}
731
731
]
732
732
},
733
+ "oci" : {
734
+ "keys" : [
735
+ {
736
+ "oci.cwd" : {
737
+ "condition" : " OCI container" ,
738
+ "liveupdate" : " no" ,
739
+ "longdesc" : " Override the working directory of an OCI container." ,
740
+ "shortdesc" : " OCI container working directory" ,
741
+ "type" : " string"
742
+ }
743
+ },
744
+ {
745
+ "oci.entrypoint" : {
746
+ "condition" : " OCI container" ,
747
+ "liveupdate" : " no" ,
748
+ "longdesc" : " Override the entrypoint of an OCI container." ,
749
+ "shortdesc" : " OCI container entrypoint" ,
750
+ "type" : " string"
751
+ }
752
+ },
753
+ {
754
+ "oci.gid" : {
755
+ "condition" : " OCI container" ,
756
+ "liveupdate" : " no" ,
757
+ "longdesc" : " Override the GID of the process run in an OCI container." ,
758
+ "shortdesc" : " OCI container GID" ,
759
+ "type" : " string"
760
+ }
761
+ },
762
+ {
763
+ "oci.uid" : {
764
+ "condition" : " OCI container" ,
765
+ "liveupdate" : " no" ,
766
+ "longdesc" : " Override the UID of the process run in an OCI container." ,
767
+ "shortdesc" : " OCI container UID" ,
768
+ "type" : " string"
769
+ }
770
+ }
771
+ ]
772
+ },
733
773
"raw" : {
734
774
"keys" : [
735
775
{
You can’t perform that action at this time.
0 commit comments