Skip to content

Commit

Permalink
Merge pull request #23744 from qrhfz/qrhfz-patch-1
Browse files Browse the repository at this point in the history
fix typo in podman-network-create.1.md
  • Loading branch information
openshift-merge-bot[bot] authored Aug 26, 2024
2 parents faf5b2c + 16007e4 commit 8bb61c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-network-create.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bb61c7

Please sign in to comment.