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
commit 8bb61c7f33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ $ podman network create --subnet 2001:db8::/64 --ipv6 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
newnet