fix typo in podman-network-create.1.md

gateway ip in the description doesnt match the provided command

Signed-off-by: Qori El-Hafizh <57665201+qrhfz@users.noreply.github.com>
This commit is contained in:
Qori El-Hafizh
2024-08-25 12:05:33 +00:00
committed by GitHub
parent faf5b2cb06
commit 16007e4370

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