mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
System tests: deal with crun 0.20.1
crun 0.20.1 changed an error message that we relied on. Deal with it by accepting the old and new message. Also (unrelated): sneak in some doc fixes to get rid of nasty go-md2man warnings that have crept into man pages. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -9,7 +9,7 @@ podman\-network-create - Create a Podman CNI network
|
||||
## DESCRIPTION
|
||||
Create a CNI-network configuration for use with Podman. By default, Podman creates a bridge connection.
|
||||
A *Macvlan* connection can be created with the *-d macvlan* option. A parent device for macvlan can
|
||||
be designated with the *-o parent=\<device>* option. In the case of *Macvlan* connections, the
|
||||
be designated with the *-o parent=`<device>`* option. In the case of *Macvlan* connections, the
|
||||
CNI *dhcp* plugin needs to be activated or the container image must have a DHCP client to interact
|
||||
with the host network's DHCP server.
|
||||
|
||||
|
Reference in New Issue
Block a user