mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix the mistake of present
Signed-off-by: yupeng <yu.peng36@zte.com.cn>
This commit is contained in:
parent
b8e3a28d65
commit
6e1339bbc6
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ You would have to write policy defining a `svirt_apache_t` type.
|
|||
If you want to set `/dev/sda` device weight to `200`, you can specify the device
|
||||
weight by `--blkio-weight-device` flag. Use the following command:
|
||||
|
||||
# docker run -it --blkio-weight-device "/dev/sda:200" ubuntu
|
||||
# docker run -it --blkio-weight-device "/dev/sda:200" ubuntu
|
||||
|
||||
## Specify isolation technology for container (--isolation)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue