- Install podman
sudo dnf install --refresh podman -y
- Load the openvswitch kernel module
sudo modprobe openvswitch
- Run the container as privileged
sudo podman run -it --rm --privileged quay.io/dcbw/ovn-fun:2
Instructions and questions will print out when you start the container
and you can read them by running /root/README
The container is available at quay.io/dcbw/ovn-fun:2
but
there is a Dockerfile already available, so
in order to build the container:
podman build -t foobar/ovn-fun:tag .
Then push it to your favourite registry.