mirror of https://github.com/containers/podman.git
Fix typo on network docs
On the last example of the page there a `#` instead of `$` like the other ones. Signed-off-by: Luís Henrique Faria <luish.faria@gmail.com>
This commit is contained in:
parent
6e2e9ab227
commit
fe3d3256ee
|
@ -132,7 +132,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
|
||||
$ podman network create -d macvlan -o parent=eth0 --subnet 192.5.0.0/16 newnet
|
||||
newnet
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue