소스 검색

fix the mistake of present

Signed-off-by: yupeng <yu.peng36@zte.com.cn>
yupeng 8 년 전
부모
커밋
6e1339bbc6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      man/docker-run.1.md

+ 1 - 1
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)