Skip to content

Commit

Permalink
Merge pull request #417 from TrumanLing/master
Browse files Browse the repository at this point in the history
config.md: fix some typo
  • Loading branch information
vbatts committed Oct 27, 2016
2 parents 7a6820e + 05f3c69 commit 5dbe4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.md
Expand Up @@ -76,7 +76,7 @@ Note: Any OPTIONAL field MAY also be set to null, which is equivalent to being a

The username or UID which the process in the container should run as.
This acts as a default value to use when the value is not specified when creating a container.
All of the following are valid: `user`, `uid`, `user:group`, `uid:gid`, `uid:group`, `user:gid`
All of the following are valid: `user`, `uid`, `user:group`, `uid:gid`, `uid:group`, `user:gid`.
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.

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

- **created** *string*, OPTIONAL

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

- **author** *string*, OPTIONAL

Expand Down

0 comments on commit 5dbe4a3

Please sign in to comment.