moby/docs/sources/commandline
Aanand Prasad 9ee9d2f995 Container memory limit can be specified in kilobytes, megabytes or gigabytes
-m 10  # 10 bytes
    -m 10b # 10 bytes
    -m 10k # 10240 bytes (10 * 1024)
    -m 10m # 10485760 bytes (10 * 1024 * 1024)
    -m 10g # 10737418240 bytes (10 * 1024 * 1024 * 1024)

Units are case-insensitive, and 'kb', 'mb' and 'gb' are equivalent to 'k', 'm' and 'g'.
2013-11-01 12:00:17 +00:00
..
cli.rst Container memory limit can be specified in kilobytes, megabytes or gigabytes 2013-11-01 12:00:17 +00:00
docker_images.gif Clean up build warnings. Remove redundant files. 2013-10-17 17:57:01 -07:00
index.rst Clean up build warnings. Remove redundant files. 2013-10-17 17:57:01 -07:00