Commit 34c6ff0c authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Update file Mininet.Dockerfile

parent 3019b226
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -23,8 +23,4 @@ RUN apt-get update && \
    rm -rf /var/lib/apt/lists/*

COPY src/tests/ryu-openflow/custom_pentagon_topology.py /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"]
CMD ["python3", "/opt/custom_pentagon_topology.py"]