diff options
author | Marco Vedovati <mvedovati@suse.com> | 2019-08-30 15:55:59 +0200 |
---|---|---|
committer | Marco Vedovati <mvedovati@suse.com> | 2019-09-05 11:13:39 +0200 |
commit | 5711aabb4d9d705a09085eb6e324ee5dae8ed487 (patch) | |
tree | dbb880281629e27f8197417d293fc2b51df08881 /docs/podman-build.1.md | |
parent | e74fcd73357954fe5a0b027cf195c04345703985 (diff) | |
download | podman-5711aabb4d9d705a09085eb6e324ee5dae8ed487.tar.gz podman-5711aabb4d9d705a09085eb6e324ee5dae8ed487.tar.bz2 podman-5711aabb4d9d705a09085eb6e324ee5dae8ed487.zip |
cli-flags: use a consistent format for <size><unit>
Use a consistent format for description of the <size><unit> flags.
Also, avoid backticks for /dev/shm, as that's interpreted as the format
by the flag parsing lib.
Signed-off-by: Marco Vedovati <mvedovati@suse.com>
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 |