Skip to content

Commit cfb64bf

Browse files
committed
Fix formatting (edf)
1 parent 82ed46a commit cfb64bf

File tree

1 file changed

+5
-3
lines changed
  • docs/software/container-engine

1 file changed

+5
-3
lines changed

docs/software/container-engine/edf.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[](){#ref-ce-edf-reference}
2-
## EDF Reference
2+
# EDF Reference
33

44
EDF files use the [TOML format](https://toml.io/en/). For details about the data types used by the different parameters, please refer to the [TOML spec webpage](https://toml.io/en/v1.0.0).
55

6+
## EDF fields
7+
68
In the following, the default value is none (i.e., the empty value of the corresponding type) if not specified.
79

810
### (ARRAY or STRING) base_environment
@@ -177,7 +179,7 @@ OCI-like annotations for the container. For more details, refer to the [Annotati
177179
!!! note
178180
Environment variable expansion and relative paths expansion are only available on the Bristen vCluster as technical preview.
179181

180-
### Environment Variable Expansion
182+
## Environment variable expansion
181183

182184
Environment variable expansion allows for dynamic substitution of environment variable values within the EDF (Environment Definition File). This capability applies across all configuration parameters in the EDF, providing flexibility in defining container environments.
183185

@@ -192,6 +194,6 @@ Environment variable expansion allows for dynamic substitution of environment va
192194
* Container Image: Variables defined in the container image's environment take precedence.
193195
* Host Environment: Environment variables defined in the host system.
194196

195-
### Relative paths expansion
197+
## Relative paths expansion
196198

197199
Relative filesystem paths can be used within EDF parameters, and will be expanded by the CE at runtime. The paths are interpreted as relative to the working directory of the process calling the CE, not to the location of the EDF file.

0 commit comments

Comments
 (0)