Skip to content

Commit 60a9b21

Browse files
committed
EDF: convert 'type' and 'default' to tables
1 parent d1b729d commit 60a9b21

File tree

1 file changed

+12
-0
lines changed
  • docs/software/container-engine

1 file changed

+12
-0
lines changed

docs/software/container-engine/edf.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ EDF files use the [TOML format](https://toml.io/en/). For details about the data
77

88
### `base_environment`
99

10+
| | |
11+
|---------|-----------------|
1012
| Type | array or string |
1113
| Default | `""` |
1214

@@ -30,6 +32,8 @@ Ordered list of EDFs that this file inherits from. Parameters from listed enviro
3032

3133
### `image`
3234

35+
| | |
36+
|---------|-----------------|
3337
| Type | string |
3438
| Default | **(mandatory)** |
3539

@@ -70,6 +74,8 @@ The container image to use. Can reference a remote Docker/OCI registry or a loca
7074

7175
### `workdir`
7276

77+
| | |
78+
|---------|------------------------|
7379
| Type | string |
7480
| Default | (inherited from image) |
7581

@@ -87,6 +93,8 @@ Initial working directory when the container starts.
8793

8894
### `entrypoint`
8995

96+
| | |
97+
|---------|--------|
9098
| Type | bool |
9199
| Default | `true` |
92100

@@ -99,6 +107,8 @@ If true, run the entrypoint from the container image.
99107

100108
### `writable`
101109

110+
| | |
111+
|---------|--------|
102112
| Type | bool |
103113
| Default | `true` |
104114

@@ -111,6 +121,8 @@ If false, the container filesystem is read-only.
111121

112122
### `mounts`
113123

124+
| | |
125+
|---------|-------|
114126
| Type | array |
115127
| Default | `[]` |
116128

0 commit comments

Comments
 (0)