Add documentation for mem_swappiness

This commit is contained in:
Joe Meissler 2017-03-01 14:48:19 -08:00 committed by GitHub
parent f3cddaad80
commit 5c87ba4009
1 changed files with 1 additions and 1 deletions

View File

@ -883,7 +883,7 @@ then read-write will be used.
> - container_name
> - container_name:rw
### cpu\_shares, cpu\_quota, cpuset, domainname, hostname, ipc, mac\_address, mem\_limit, memswap\_limit, oom_score_adj, privileged, read\_only, restart, shm\_size, stdin\_open, tty, user, working\_dir
### cpu\_shares, cpu\_quota, cpuset, domainname, hostname, ipc, mac\_address, mem\_limit, memswap\_limit, mem_swappiness\_, oom_score_adj, privileged, read\_only, restart, shm\_size, stdin\_open, tty, user, working\_dir
Each of these is a single value, analogous to its
[docker run](/engine/reference/run.md) counterpart.