mirror of https://github.com/docker/docs.git
Merge pull request #6680 from mheon/cgroup_memory
Update docker-run manpage
This commit is contained in:
commit
ff20637499
|
@ -104,7 +104,9 @@ container can be started with the **--link**.
|
||||||
Allows you to constrain the memory available to a container. If the host
|
Allows you to constrain the memory available to a container. If the host
|
||||||
supports swap memory, then the -m memory setting can be larger than physical
|
supports swap memory, then the -m memory setting can be larger than physical
|
||||||
RAM. If a limit of 0 is specified, the container's memory is not limited. The
|
RAM. If a limit of 0 is specified, the container's memory is not limited. The
|
||||||
memory limit format: <number><optional unit>, where unit = b, k, m or g.
|
actual limit may be rounded up to a multiple of the operating system's page
|
||||||
|
size, if it is not already. The memory limit should be formatted as follows:
|
||||||
|
`<number><optional unit>`, where unit = b, k, m or g.
|
||||||
|
|
||||||
**-P**, **-publish-all**=*true*|*false*
|
**-P**, **-publish-all**=*true*|*false*
|
||||||
When set to true publish all exposed ports to the host interfaces. The
|
When set to true publish all exposed ports to the host interfaces. The
|
||||||
|
|
Loading…
Reference in New Issue