From 6e1339bbc624711c992e27ebf368d53599c97a2d Mon Sep 17 00:00:00 2001 From: yupeng Date: Sat, 26 Nov 2016 17:11:19 +0800 Subject: [PATCH] fix the mistake of present Signed-off-by: yupeng --- man/docker-run.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/docker-run.1.md b/man/docker-run.1.md index 061f509c27..721b5ea751 100644 --- a/man/docker-run.1.md +++ b/man/docker-run.1.md @@ -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)