You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: man/oci-runtime-tool-generate.1.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,6 +447,29 @@ read the configuration from `config.json`.
447
447
448
448
By default a container will have its root filesystem writable allowing processes to write files anywhere. By specifying the `--rootfs-readonly` flag the container will have its root filesystem mounted as read only prohibiting any writes.
449
449
450
+
**--solaris-anet**=[]
451
+
Represents the automatic creation of a network resource for an application container
452
+
e.g. --solaris-anet '{"allowedAddress": "172.17.0.2/16","configureAllowedAddress": "true","linkname": "net0"}'
453
+
454
+
**--solaris-capped-cpu-ncpus**=""
455
+
Specifies the percentage of CPU usage.
456
+
An ncpu value of 1 means 100% of a CPU, a value of 1.25 means 125%, .75 mean 75%, and so forth.
457
+
458
+
**--solaris-capped-memory-physical**=""
459
+
Specifies the physical caps on the memory.
460
+
461
+
**--solaris-capped-memory-swap**=""
462
+
Specifies the swap caps on the memory.
463
+
464
+
**--solaris-limitpriv**=""
465
+
Sets privilege limit.
466
+
467
+
**--solaris-max-shm-memory**=""
468
+
Sets the maximum amount of shared memory.
469
+
470
+
**--solaris-milestone**=""
471
+
Sets the SMF FMRI.
472
+
450
473
**--template**=PATH
451
474
Override the default template with your own.
452
475
Additional options will only adjust the relevant portions of your template.
0 commit comments