File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -677,9 +677,9 @@ Override the working directory of an OCI container.
677
677
```{config:option} oci.entrypoint instance-oci
678
678
:condition: "OCI container"
679
679
:liveupdate: "no"
680
- :shortdesc: "OCI container entrypoint "
680
+ :shortdesc: "OCI container entry point "
681
681
:type: "string"
682
- Override the entrypoint of an OCI container.
682
+ Override the entry point of an OCI container.
683
683
```
684
684
685
685
```{config:option} oci.gid instance-oci
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ The following options are available:
14
14
- {ref}` instance-options-limits `
15
15
- {ref}` instance-options-migration `
16
16
- {ref}` instance-options-nvidia `
17
+ - {ref}` instance-options-oci `
17
18
- {ref}` instance-options-raw `
18
19
- {ref}` instance-options-security `
19
20
- {ref}` instance-options-snapshots `
@@ -222,6 +223,17 @@ The following instance options specify the NVIDIA and CUDA configuration of the
222
223
:end-before: <!-- config group instance-nvidia end -->
223
224
```
224
225
226
+ (instance-options-oci)=
227
+ ## OCI configuration
228
+
229
+ The following instance options specify the OCI configuration of the instance:
230
+
231
+ % Include content from [ ../config_options.txt] ( ../config_options.txt )
232
+ ``` {include} ../config_options.txt
233
+ :start-after: <!-- config group instance-oci start -->
234
+ :end-before: <!-- config group instance-oci end -->
235
+ ```
236
+
225
237
(instance-options-raw)=
226
238
## Raw instance configuration overrides
227
239
Original file line number Diff line number Diff line change @@ -653,12 +653,12 @@ var InstanceConfigKeysContainer = map[string]func(value string) error{
653
653
"nvidia.require.driver" : validate .IsAny ,
654
654
655
655
// gendoc:generate(entity=instance, group=oci, key=oci.entrypoint)
656
- // Override the entrypoint of an OCI container.
656
+ // Override the entry point of an OCI container.
657
657
// ---
658
658
// type: string
659
659
// liveupdate: no
660
660
// condition: OCI container
661
- // shortdesc: OCI container entrypoint
661
+ // shortdesc: OCI container entry point
662
662
"oci.entrypoint" : validate .IsAny ,
663
663
664
664
// gendoc:generate(entity=instance, group=oci, key=oci.cwd)
Original file line number Diff line number Diff line change 745
745
"oci.entrypoint" : {
746
746
"condition" : " OCI container" ,
747
747
"liveupdate" : " no" ,
748
- "longdesc" : " Override the entrypoint of an OCI container." ,
749
- "shortdesc" : " OCI container entrypoint " ,
748
+ "longdesc" : " Override the entry point of an OCI container." ,
749
+ "shortdesc" : " OCI container entry point " ,
750
750
"type" : " string"
751
751
}
752
752
},
You can’t perform that action at this time.
0 commit comments