Skip to content

Commit

Permalink
Merge pull request opencontainers#891 from q384566678/windows-fix
Browse files Browse the repository at this point in the history
config-windows: fix the type of maximum
  • Loading branch information
crosbymichael authored Aug 1, 2017
2 parents 30bdf3b + 889c163 commit 0ee0850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following parameters can be specified:

* **`count`** *(uint64, OPTIONAL)* - specifies the number of CPUs available to the container.
* **`shares`** *(uint16, OPTIONAL)* - specifies the relative weight to other containers with CPU shares.
* **`maximum`** *(uint, OPTIONAL)* - specifies the portion of processor cycles that this container can use as a percentage times 100.
* **`maximum`** *(uint16, OPTIONAL)* - specifies the portion of processor cycles that this container can use as a percentage times 100.

#### Example

Expand Down

0 comments on commit 0ee0850

Please sign in to comment.