Skip to content

Commit 77e571c

Browse files
committed
Update edf.md
1 parent ee7341e commit 77e571c

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

docs/software/container-engine/edf.md

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

66
## EDF entries
77

8-
In the following, the default value is none (i.e., the empty value of the corresponding type) if not specified.
9-
108
### base_environment
119

1210
(ARRAY or STRING) Ordered list of EDFs that this file inherits from. Parameters from listed environments are evaluated sequentially. Supports up to 10 levels of recursion.
@@ -120,9 +118,11 @@ In the following, the default value is none (i.e., the empty value of the corres
120118
* Mount flags are separated with a plus symbol, for example: `ro+private`.
121119
* Optional flags from docker format or OCI (need reference)
122120

121+
## EDF tables
122+
123123
### env
124124

125-
(TABLE) Environment variables to set in the container. Null-string values will unset the variable. Default: inherited from the host and the image.
125+
Environment variables to set in the container. Empty string values will unset the variable. Default: inherited from the host and the image.
126126

127127
!!! example
128128
* Basic `env` block
@@ -147,7 +147,7 @@ In the following, the default value is none (i.e., the empty value of the corres
147147

148148
### annotations
149149

150-
(TABLE) OCI-like annotations for the container. For more details, refer to the [Annotations][ref-ce-annotations] section.
150+
OCI-like annotations for the container. For more details, refer to the [Annotations][ref-ce-annotations] section.
151151

152152
!!! example
153153

0 commit comments

Comments
 (0)