ovn-docker-underlay-driver
OVN Docker drivers
RUN apt-get update && \
apt-get install -y openvswitch-common
RUN apt-get update && \
apt-get install -y ovn-docker
RUN apk add openvswitch
RUN pacman -S --noconfirm openvswitch
RUN apt-get update && \
apt-get install -y openvswitch-common
RUN yum install -y openvswitch
RUN dnf install -y openvswitch-ovn-docker
RUN apt-get update && \
apt-get install -y openvswitch-common