summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-build.1.md
diff options
context:
space:
mode:
authorPaul Holzinger <paul.holzinger@web.de>2020-11-12 22:04:54 +0100
committerPaul Holzinger <paul.holzinger@web.de>2020-11-12 23:17:42 +0100
commit79f5aed31618b7d1b3c47f08ba9b33e600851232 (patch)
tree55d5c992515a044657ad1c720b2c8eaf6d0f5ad9 /docs/source/markdown/podman-build.1.md
parenta65ecc70c21eb5eef7d7a6b70cc1f90e577bb72e (diff)
downloadpodman-79f5aed31618b7d1b3c47f08ba9b33e600851232.tar.gz
podman-79f5aed31618b7d1b3c47f08ba9b33e600851232.tar.bz2
podman-79f5aed31618b7d1b3c47f08ba9b33e600851232.zip
Add podman build --net alias for --network
Fixes #8332 Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
Diffstat (limited to 'docs/source/markdown/podman-build.1.md')
-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 f9568b5d3..d785d6c37 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.