Skip to content

Commit 5dbe4a3

Browse files
authored
Merge pull request #417 from TrumanLing/master
config.md: fix some typo
2 parents 7a6820e + 05f3c69 commit 5dbe4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
7676

7777
The username or UID which the process in the container should run as.
7878
This acts as a default value to use when the value is not specified when creating a container.
79-
All of the following are valid: `user`, `uid`, `user:group`, `uid:gid`, `uid:group`, `user:gid`
79+
All of the following are valid: `user`, `uid`, `user:group`, `uid:gid`, `uid:group`, `user:gid`.
8080
If `group`/`gid` is not specified, the default group and supplementary groups of the given `user`/`uid` in `/etc/passwd` from the container are applied.
8181

8282
- **Memory** *integer*, OPTIONAL
@@ -151,7 +151,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a
151151

152152
- **created** *string*, OPTIONAL
153153

154-
Creation time, expressed as an ISO-8601 formatted combined date and time
154+
Creation time, expressed as an ISO-8601 formatted combined date and time.
155155

156156
- **author** *string*, OPTIONAL
157157

0 commit comments

Comments
 (0)