summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-12-05 05:36:47 -0500
committerGitHub <noreply@github.com>2020-12-05 05:36:47 -0500
commit4c424e845239aef6e8cdab93dc19f55f4314513c (patch)
treefb6d677a6aeb2d6d770685a537b72b65ddffdc58
parent350f0f0e9a5fc478d84ded179d9a8e605c4cd821 (diff)
parentee738ab11aa131b56162f0c56e06da10c9f37d96 (diff)
downloadpodman-4c424e845239aef6e8cdab93dc19f55f4314513c.tar.gz
podman-4c424e845239aef6e8cdab93dc19f55f4314513c.tar.bz2
podman-4c424e845239aef6e8cdab93dc19f55f4314513c.zip
Merge pull request #8582 from mheon/deprecate_net_container_build
[CI:DOCS] The --net=container flag to Buildah is deprecated
-rw-r--r--docs/source/markdown/podman-build.1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-build.1.md b/docs/source/markdown/podman-build.1.md
index 4570bf3ff..07c0abcb0 100644
--- a/docs/source/markdown/podman-build.1.md
+++ b/docs/source/markdown/podman-build.1.md
@@ -412,7 +412,9 @@ Valid _mode_ values are:
container full access to local system services such as D-bus and is therefore
considered insecure.
- **ns:**_path_: path to a network namespace to join.
-- **private**: create a new namespace for the container (default).
+- **private**: create a new namespace for the container (default). The
+**container** network mode is an alias for **private**, but has been deprecated
+and will be removed in a future release of Podman.
#### **--no-cache**