Skip to content

Commit

Permalink
Merge pull request #16489 from Luap99/pasta-docs
Browse files Browse the repository at this point in the history
[CI:DOCS] docs: deprecate pasta network name
  • Loading branch information
openshift-merge-robot authored Nov 14, 2022
2 parents 725f17b + dceaa76 commit ee1c921
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/markdown/options/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,6 @@ Valid _mode_ values are:
- **pasta:-T,5201**: enable forwarding of TCP port 5201 from container to
host, using the loopback interface instead of the tap interface for improved
performance

NOTE: For backward compatibility reasons, if you have a network named `pasta`,
Podman will use this instead of the pasta mode.
3 changes: 3 additions & 0 deletions docs/source/markdown/podman-network-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ If no options are provided, Podman will assign a free subnet and name for your n

Upon completion of creating the network, Podman will display the name of the newly added network.

NOTE: The support for the network name pasta is deprecated and will be removed in the next major
release because it is used as a special network mode in **podman run/create --network**.

## OPTIONS
#### **--disable-dns**

Expand Down

0 comments on commit ee1c921

Please sign in to comment.