1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

fix the mistake of present

Signed-off-by: yupeng <yu.peng36@zte.com.cn>
Upstream-commit: 4b2c41c1b8
Component: cli
This commit is contained in:
yupeng
2016-11-26 17:11:19 +08:00
committed by Tibor Vass
parent 9638064966
commit e95c1665fd

View File

@@ -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)