Merge pull request #599 from hqhq/use_IO

Use IO instead of io
This commit is contained in:
Michael Crosby 2016-10-27 10:05:50 -07:00 committed by GitHub
commit ac2317aa7e
2 changed files with 2 additions and 2 deletions

View File

@ -337,7 +337,7 @@ The following parameters can be specified to setup the controller:
#### Block IO Controller
**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block io controller.
**`blockIO`** (object, OPTIONAL) represents the cgroup subsystem `blkio` which implements the block IO controller.
For more information, see [the kernel cgroups documentation about blkio][cgroup-v1-blkio].
The following parameters can be specified to setup the controller:

View File

@ -8,7 +8,7 @@ Some of the file descriptors MAY be redirected to `/dev/null` even though they a
## Dev symbolic links
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the io.
After the container has `/proc` mounted, the following standard symlinks MUST be setup within `/dev/` for the IO.
| Source | Destination |
| --------------- | ----------- |