From 5ed6667bf355f1d0c64dad067c395a3897a09a3a Mon Sep 17 00:00:00 2001 From: Yan Feng Date: Wed, 8 Apr 2015 11:23:47 -0400 Subject: [PATCH] Fix a typo in /doc/sources/reference/run.md Signed-off-by: Yan Feng Upstream-commit: cd83db8e079aeafa6c44639416cec81f75feb17d Component: cli --- components/cli/docs/sources/reference/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cli/docs/sources/reference/run.md b/components/cli/docs/sources/reference/run.md index 151892ea7e..daf26bff8f 100644 --- a/components/cli/docs/sources/reference/run.md +++ b/components/cli/docs/sources/reference/run.md @@ -562,7 +562,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.