amorenoz / ovs-dbg

Scripts to help debug OVS and OVN
Apache License 2.0
22 stars 8 forks source link

ovs-offline: add podman support #84

Closed SalDaniele closed 2 years ago

SalDaniele commented 2 years ago

ovs-offline now allows for the use of podman in addition to docker. Docker will be used by default. In the event docker is not installed, podman will be used instead.

Alternatively, users can specify to use podman with the -p option.

fixes: #71 fixes: #70

Signed-off-by: Salvatore Daniele sdaniele@redhat.com

amorenoz commented 2 years ago

LGTM. Thanks