Loading src/tests/ryu-openflow/Mininet.Dockerfile +1 −5 Original line number Diff line number Diff line Loading @@ -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"] Loading
src/tests/ryu-openflow/Mininet.Dockerfile +1 −5 Original line number Diff line number Diff line Loading @@ -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"]