Skip to content

Commit ff247be

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

File tree

1 file changed

+24
-24
lines changed
  • docs/software/container-engine

1 file changed

+24
-24
lines changed

docs/software/container-engine/edf.md

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

88
### `base_environment`
99

10-
| | |
11-
|---------|-----------------|
12-
| Type | array or string |
13-
| Default | `""` |
10+
| | |
11+
|-------------|-----------------|
12+
| **Type** | array or string |
13+
| **Default** | `""` |
1414

1515
Ordered list of EDFs that this file inherits from. Parameters from listed environments are evaluated sequentially. Supports up to 10 levels of recursion.
1616

@@ -32,10 +32,10 @@ Ordered list of EDFs that this file inherits from. Parameters from listed enviro
3232

3333
### `image`
3434

35-
| | |
36-
|---------|-----------------|
37-
| Type | string |
38-
| Default | **(mandatory)** |
35+
| | |
36+
|-------------|-----------------|
37+
| **Type** | string |
38+
| **Default** | **(mandatory)** |
3939

4040
The container image to use. Can reference a remote Docker/OCI registry or a local Squashfs file as a filesystem path.
4141

@@ -74,10 +74,10 @@ The container image to use. Can reference a remote Docker/OCI registry or a loca
7474

7575
### `workdir`
7676

77-
| | |
78-
|---------|------------------------|
79-
| Type | string |
80-
| Default | (inherited from image) |
77+
| | |
78+
|-------------|------------------------|
79+
| **Type** | string |
80+
| **Default** | (inherited from image) |
8181

8282
Initial working directory when the container starts.
8383

@@ -93,10 +93,10 @@ Initial working directory when the container starts.
9393

9494
### `entrypoint`
9595

96-
| | |
97-
|---------|--------|
98-
| Type | bool |
99-
| Default | `true` |
96+
| | |
97+
|-------------|--------|
98+
| **Type** | bool |
99+
| **Default** | `true` |
100100

101101
If true, run the entrypoint from the container image.
102102

@@ -107,10 +107,10 @@ If true, run the entrypoint from the container image.
107107

108108
### `writable`
109109

110-
| | |
111-
|---------|--------|
112-
| Type | bool |
113-
| Default | `true` |
110+
| | |
111+
|-------------|--------|
112+
| **Type** | bool |
113+
| **Default** | `true` |
114114

115115
If false, the container filesystem is read-only.
116116

@@ -121,10 +121,10 @@ If false, the container filesystem is read-only.
121121

122122
### `mounts`
123123

124-
| | |
125-
|---------|-------|
126-
| Type | array |
127-
| Default | `[]` |
124+
| | |
125+
|-------------|-------|
126+
| **Type** | array |
127+
| **Default** | `[]` |
128128

129129
List of bind mounts in the format `SOURCE:DESTINATION[:FLAGS]`. Flags are optional and can include `ro`, `private`, etc.
130130

0 commit comments

Comments
 (0)