File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
docs/software/container-engine Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments