Commit 3019b226 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Update file Mininet.Dockerfile

parent 553d8c3f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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"]