Skip to content

Commit

Permalink
Merge pull request containers#8582 from mheon/deprecate_net_container…
Browse files Browse the repository at this point in the history
…_build

[CI:DOCS] The --net=container flag to Buildah is deprecated
  • Loading branch information
openshift-merge-robot authored Dec 5, 2020
2 parents 350f0f0 + ee738ab commit 4c424e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/markdown/podman-build.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down

0 comments on commit 4c424e8

Please sign in to comment.