Loading src/tests/ryu-openflow/Mininet.Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,7 @@ RUN apt-get update && \ COPY src/tests/ryu-openflow/custom_pentagon_topology.py /opt/custom_pentagon_topology.py CMD ["python3", "/opt/custom_pentagon_topology.py"] CMD sh -c "/usr/share/openvswitch/scripts/ovs-ctl start && python3 /opt/custom_pentagon_topology.py" #CMD ["python3", "/opt/custom_pentagon_topology.py"] Loading
src/tests/ryu-openflow/Mininet.Dockerfile +4 −1 Original line number Diff line number Diff line Loading @@ -24,4 +24,7 @@ RUN apt-get update && \ COPY src/tests/ryu-openflow/custom_pentagon_topology.py /opt/custom_pentagon_topology.py CMD ["python3", "/opt/custom_pentagon_topology.py"] CMD sh -c "/usr/share/openvswitch/scripts/ovs-ctl start && python3 /opt/custom_pentagon_topology.py" #CMD ["python3", "/opt/custom_pentagon_topology.py"]