From a44451d40eb3e1b3d19a0525f70736406c66d2d1 Mon Sep 17 00:00:00 2001 From: Yuan Sun Date: Wed, 1 Apr 2015 17:08:29 +0800 Subject: [PATCH] Fix typoes in docker-run.1.md Signed-off-by: Yuan Sun --- docs/man/docker-run.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/docker-run.1.md b/docs/man/docker-run.1.md index bbcd93459c..53d762cf61 100644 --- a/docs/man/docker-run.1.md +++ b/docs/man/docker-run.1.md @@ -101,7 +101,7 @@ the number of containers running on the system. For example, consider three containers, one has a cpu-share of 1024 and two others have a cpu-share setting of 512. When processes in all three containers attempt to use 100% of CPU, the first container would receive -50% of the total CPU time. If you add a fouth container with a cpu-share +50% of the total CPU time. If you add a fourth container with a cpu-share of 1024, the first container only gets 33% of the CPU. The remaining containers receive 16.5%, 16.5% and 33% of the CPU. @@ -239,7 +239,7 @@ system's page size (the value would be very large, that's millions of trillions) Total memory limit (memory + swap) Set `-1` to disable swap (format: , where unit = b, k, m or g). -This value should always larger than **-m**, so you should alway use this with **-m**. +This value should always larger than **-m**, so you should always use this with **-m**. **--mac-address**="" Container MAC address (e.g. 92:d0:c6:0a:29:33)