Updating example
Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
188206eede
commit
6018bdf58a
1 changed files with 1 additions and 1 deletions
|
@ -753,7 +753,7 @@ interpretation of the options.
|
|||
no
|
||||
</td>
|
||||
<td>
|
||||
Specify a `duration` by providing an integer and a unit. Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example, `3m` is a valid duration. If you do not specify a `duration` or specify an integer without a time unit, this defaults to 20 minutes.
|
||||
Specify a `duration` by providing an integer and a unit. Valid time units are `ns`, `us` (or `µs`), `ms`, `s`, `m`, `h`. For example, `3000s` is a valid duration; there should be no space between the integer and unit. If you do not specify a `duration` or specify an integer without a time unit, this defaults to 20 minutes.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue