amorenoz / ovs-dbg

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

[RFE] Add support for podman #70

Closed lewisdenny closed 2 years ago

lewisdenny commented 2 years ago

It would be great if you could add support for podman

I just replaced docker with podman in /bin/ovs-offline and everything is working well :)

lewisdenny commented 2 years ago

Simple workaround in the meantime on Fedora is to install the podman-docker or create an alias:

dnf install podman-docker -y
or
alias docker=podman