FrozenEye
Results
2
comments of
FrozenEye
Hi @antonios65 I've just tried and it works. Cold you please try to use http://127.0.0.1:3000 in the browser's URL?
I've used this docker-compose.yml just to test the web interface.. ``` $:~/src/open_vmonitor (master)$ cat docker-compose.yml ovs: image: jhershbe/centos7-ovs:2.5.1 ports: - "6640:6640" command: "/usr/bin/supervisord -n" privileged: true ``` ``` $ docker-compose...