Skip to content

Commit 49ebf1b

Browse files
committed
Reference
1 parent c60b0b2 commit 49ebf1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/tools/container-engine.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ Ordered list of EDFs that this file inherits from. Parameters from listed enviro
655655
```
656656
</details>
657657
658-
### image (STRING)
658+
### (STRING) image
659659
660660
The container image to use. Can reference a remote Docker/OCI registry or a local Squashfs file as a filesystem path.
661661
@@ -698,7 +698,7 @@ The container image to use. Can reference a remote Docker/OCI registry or a loca
698698
```
699699
</details>
700700
701-
### workdir (STRING)
701+
### (STRING) workdir
702702
703703
Initial working directory when the container starts. Default: inherited from image.
704704
@@ -717,7 +717,7 @@ Initial working directory when the container starts. Default: inherited from ima
717717
</details>
718718
719719
720-
### entrypoint (BOOL)
720+
### (BOOL) entrypoint
721721
722722
If true, run the entrypoint from the container image. Default: true.
723723
@@ -730,7 +730,7 @@ entrypoint = false
730730
</details>
731731
732732
733-
### writable (BOOL)
733+
### (BOOL) writable
734734
735735
If false, the container filesystem is read-only. Default: false.
736736
@@ -743,7 +743,7 @@ writable = true
743743
</details>
744744
745745
746-
### mounts (ARRAY)
746+
### (ARRAY) mounts
747747
748748
List of bind mounts in the format SOURCE:DESTINATION[:FLAGS]. Flags are optional and can include ro, private, etc.
749749
@@ -774,7 +774,7 @@ List of bind mounts in the format SOURCE:DESTINATION[:FLAGS]. Flags are optional
774774
</details>
775775
776776
777-
### env (TABLE)
777+
### (TABLE) env
778778
779779
Environment variables to set in the container. Null-string values will unset the variable. Default: inherited from the host and the image.
780780
@@ -806,7 +806,7 @@ Environment variables to set in the container. Null-string values will unset the
806806
</details>
807807
808808
809-
### annotations (TABLE)
809+
### (TABLE) annotations
810810
811811
OCI-like annotations for the container. For more details, refer to the Annotations section.
812812

0 commit comments

Comments
 (0)