mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Merge pull request #21512 from Luap99/pasta-netname-removal
drop support for "pasta" as a network name
This commit is contained in:
@ -76,5 +76,3 @@ 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 there is an existing network named `pasta`, Podman uses it instead of the pasta mode."?
|
||||
|
@ -15,11 +15,6 @@ If no options are provided, Podman assigns a free subnet and name for the networ
|
||||
|
||||
Upon completion of creating the network, Podman displays the name of the newly added network.
|
||||
|
||||
NOTE: The support for "pasta" as network *name* value is deprecated and will not be accepted in the next major
|
||||
Podman version 5.0, because it is used as a special network mode in **podman run/create --network**.
|
||||
The CNI backend is also deprecated and will also be removed in the next major Podman version 5.0, in preference
|
||||
of Netavark, see **[podman-network(1)](podman-network.1.md)** on how to change the backend.
|
||||
|
||||
## OPTIONS
|
||||
#### **--disable-dns**
|
||||
|
||||
|
Reference in New Issue
Block a user