mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-19 14:17:48 +00:00
Merge pull request #16791 from beeblebrox3/patch-1
[CI:DOCS] Fix typo on network docs
This commit is contained in:
commit
a6b375f8d7
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ podman4
|
|||
|
||||
Create a Macvlan based network using the host interface eth0. Macvlan networks can only be used as root.
|
||||
```
|
||||
# podman network create -d macvlan -o parent=eth0 --subnet 192.5.0.0/16 newnet
|
||||
$ sudo podman network create -d macvlan -o parent=eth0 --subnet 192.5.0.0/16 newnet
|
||||
newnet
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue