Infra for running ovs dockers
[ovsdb.git] / utils / ovsdb-it-utils / src / main / resources / docker-compose-files / docker-ovs-2.5.1.yml
1 ovs:
2  image: jhershbe/centos7-ovs:latest
3  ports:
4    - "6641:6640"
5  command: "/usr/bin/supervisord -n"
6  privileged: true