Skip to content

Commit 28627a3

Browse files
committed
Docs: Remove float from valid cpu_shares types
Fixes #775 Signed-off-by: Joffrey F <[email protected]>
1 parent eb869c0 commit 28627a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ from. Optionally a single string joining container id's with commas
214214
* network_disabled (bool): Disable networking
215215
* name (str): A name for the container
216216
* entrypoint (str or list): An entrypoint
217-
* cpu_shares (int or float): CPU shares (relative weight)
217+
* cpu_shares (int): CPU shares (relative weight)
218218
* working_dir (str): Path to the working directory
219219
* domainname (str or list): Set custom DNS search domains
220220
* memswap_limit (int):

0 commit comments

Comments
 (0)