diff --git a/src/tests/ryu-openflow/Mininet.Dockerfile b/src/tests/ryu-openflow/Mininet.Dockerfile index 4b6bee010a68725367c22d92239fc85e08823eee..5fb95e6d0d6e1bc601d9d24589efad88265cebb5 100644 --- a/src/tests/ryu-openflow/Mininet.Dockerfile +++ b/src/tests/ryu-openflow/Mininet.Dockerfile @@ -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"]