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: docs/software/container-engine/edf.md
+24-24Lines changed: 24 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,10 @@ EDF files use the [TOML format](https://toml.io/en/). For details about the data
7
7
8
8
### `base_environment`
9
9
10
-
|||
11
-
|---------|-----------------|
12
-
| Type | array or string |
13
-
| Default |`""`|
10
+
|||
11
+
|-------------|-----------------|
12
+
|**Type**| array or string |
13
+
|**Default**|`""`|
14
14
15
15
Ordered list of EDFs that this file inherits from. Parameters from listed environments are evaluated sequentially. Supports up to 10 levels of recursion.
16
16
@@ -32,10 +32,10 @@ Ordered list of EDFs that this file inherits from. Parameters from listed enviro
32
32
33
33
### `image`
34
34
35
-
|||
36
-
|---------|-----------------|
37
-
| Type | string |
38
-
| Default |**(mandatory)**|
35
+
|||
36
+
|-------------|-----------------|
37
+
|**Type**| string |
38
+
|**Default**|**(mandatory)**|
39
39
40
40
The container image to use. Can reference a remote Docker/OCI registry or a local Squashfs file as a filesystem path.
41
41
@@ -74,10 +74,10 @@ The container image to use. Can reference a remote Docker/OCI registry or a loca
74
74
75
75
### `workdir`
76
76
77
-
|||
78
-
|---------|------------------------|
79
-
| Type | string |
80
-
| Default | (inherited from image) |
77
+
|||
78
+
|-------------|------------------------|
79
+
|**Type**| string |
80
+
|**Default**| (inherited from image) |
81
81
82
82
Initial working directory when the container starts.
83
83
@@ -93,10 +93,10 @@ Initial working directory when the container starts.
93
93
94
94
### `entrypoint`
95
95
96
-
|||
97
-
|---------|--------|
98
-
| Type | bool |
99
-
| Default |`true`|
96
+
|||
97
+
|-------------|--------|
98
+
|**Type**| bool |
99
+
|**Default**|`true`|
100
100
101
101
If true, run the entrypoint from the container image.
102
102
@@ -107,10 +107,10 @@ If true, run the entrypoint from the container image.
107
107
108
108
### `writable`
109
109
110
-
|||
111
-
|---------|--------|
112
-
| Type | bool |
113
-
| Default |`true`|
110
+
|||
111
+
|-------------|--------|
112
+
|**Type**| bool |
113
+
|**Default**|`true`|
114
114
115
115
If false, the container filesystem is read-only.
116
116
@@ -121,10 +121,10 @@ If false, the container filesystem is read-only.
121
121
122
122
### `mounts`
123
123
124
-
|||
125
-
|---------|-------|
126
-
| Type | array |
127
-
| Default |`[]`|
124
+
|||
125
+
|-------------|-------|
126
+
|**Type**| array |
127
+
|**Default**|`[]`|
128
128
129
129
List of bind mounts in the format `SOURCE:DESTINATION[:FLAGS]`. Flags are optional and can include `ro`, `private`, etc.
0 commit comments