summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-13 16:44:45 +0100
committerGitHub <noreply@github.com>2020-11-13 16:44:45 +0100
commit6d9d9fee30b5982858d51a666f0c335ba47323a0 (patch)
treeef3ceeb9326ca6710a8bbbe7983cd01bafdcd21a /docs/source/markdown
parent0b1a60ec27928a40ac827148c1517098612616bd (diff)
parenteab0905fa16bf2b5a9efdab3b6e6d6a1e321e4f2 (diff)
downloadpodman-6d9d9fee30b5982858d51a666f0c335ba47323a0.tar.gz
podman-6d9d9fee30b5982858d51a666f0c335ba47323a0.tar.bz2
podman-6d9d9fee30b5982858d51a666f0c335ba47323a0.zip
Merge pull request #8326 from Luap99/fix-build-namespace
Fix namespace flag parsing for podman build
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-build.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index 130d3365e..6fdfc6aec 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -394,7 +394,7 @@ The format of `LIMIT` is `<number>[<unit>]`. Unit can be `b` (bytes),
`k` (kilobytes), `m` (megabytes), or `g` (gigabytes). If you don't specify a
unit, `b` is used. Set LIMIT to `-1` to enable unlimited swap.
-#### **--network**=*mode*
+#### **--network**=*mode*, **--net**
Sets the configuration for network namespaces when handling `RUN` instructions.