diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-09 10:06:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-09 10:06:11 +0200 |
commit | d78521de11c524d7b8ceee02b726f66da6d3301c (patch) | |
tree | a0253ffa13b7c3793f156b6e5f35e12908211ebb /docs/podman-build.1.md | |
parent | f500feb2f19b88592211841e4b30fe16a9aa30b3 (diff) | |
parent | 5711aabb4d9d705a09085eb6e324ee5dae8ed487 (diff) | |
download | podman-d78521de11c524d7b8ceee02b726f66da6d3301c.tar.gz podman-d78521de11c524d7b8ceee02b726f66da6d3301c.tar.bz2 podman-d78521de11c524d7b8ceee02b726f66da6d3301c.zip |
Merge pull request #3914 from marcov/units-opts
cli-flags: use a consistent format for <size><unit>
Diffstat (limited to 'docs/podman-build.1.md')
-rw-r--r-- | docs/podman-build.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/podman-build.1.md b/docs/podman-build.1.md index 74c07ab73..20f4d6aab 100644 --- a/docs/podman-build.1.md +++ b/docs/podman-build.1.md @@ -281,7 +281,7 @@ with 3 being roughly equivalent to using the global *--debug* option, and values below 0 omitting even error messages which accompany fatal errors. **--memory**, **-m**=*LIMIT* -Memory limit (format: <number>[<unit>], where unit = b, k, m or g) +Memory limit (format: <number>[<unit>], where unit = b (bytes), k (kilobytes), m (megabytes), or g (gigabytes)) 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 |