Merge pull request #23744 from qrhfz/qrhfz-patch-1

fix typo in podman-network-create.1.md
This commit is contained in:
openshift-merge-bot[bot]
2024-08-26 08:27:56 +00:00
committed by GitHub

View File

@ -160,7 +160,7 @@ $ podman network create --subnet 2001:db8::/64 --ipv6 newnetv6
newnetv6 newnetv6
``` ```
Create a network named *newnet* that uses *192.168.33.0/24* and defines a gateway as *192.168.133.3*. Create a network named *newnet* that uses *192.168.33.0/24* and defines a gateway as *192.168.33.3*.
``` ```
$ podman network create --subnet 192.168.33.0/24 --gateway 192.168.33.3 newnet $ podman network create --subnet 192.168.33.0/24 --gateway 192.168.33.3 newnet
newnet newnet