Skip to content

Commit fac8c72

Browse files
author
Ma Shimiao
committed
config.md: small fixes
double quotes are not necessary when setting env value and other sentences fix Signed-off-by: Ma Shimiao <[email protected]>
1 parent a7d6fe6 commit fac8c72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,18 +132,18 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
132132

133133
- **Env** *array of strings*, OPTIONAL
134134

135-
Entries are in the format of `VARNAME="var value"`.
135+
Entries are in the format of `VARNAME=VARVALUE`.
136136
These values act as defaults and are merged with any specified when creating a container.
137137

138138
- **Entrypoint** *array of strings*, OPTIONAL
139139

140140
A list of arguments to use as the command to execute when the container starts.
141-
This value acts as a default and is replaced by an entrypoint specified when creating a container.
141+
These values act as default and is replaced by an entrypoint specified when creating a container.
142142

143143
- **Cmd** *array of strings*, OPTIONAL
144144

145145
Default arguments to the entrypoint of the container.
146-
These values act as defaults and are replaced with any specified when creating a container.
146+
These values act as defaults and are replaced by any specified when creating a container.
147147
If an `Entrypoint` value is not specified, then the first entry of the `Cmd` array SHOULD be interpreted as the executable to run.
148148

149149
- **Volumes** *object*, OPTIONAL

0 commit comments

Comments
 (0)