Docs: Remove float from valid cpu_shares types

Fixes #775

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2015-10-08 12:22:22 -07:00
parent eb869c0bd3
commit 28627a3af8
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ from. Optionally a single string joining container id's with commas
* network_disabled (bool): Disable networking * network_disabled (bool): Disable networking
* name (str): A name for the container * name (str): A name for the container
* entrypoint (str or list): An entrypoint * entrypoint (str or list): An entrypoint
* cpu_shares (int or float): CPU shares (relative weight) * cpu_shares (int): CPU shares (relative weight)
* working_dir (str): Path to the working directory * working_dir (str): Path to the working directory
* domainname (str or list): Set custom DNS search domains * domainname (str or list): Set custom DNS search domains
* memswap_limit (int): * memswap_limit (int):