From 34c6ff0c23bd79eba4b64d4b8540a16dd5f5d9d1 Mon Sep 17 00:00:00 2001 From: Mohamad Rahhal <mrahhal@cttc.es> Date: Wed, 11 Jun 2025 09:37:38 +0000 Subject: [PATCH] Update file Mininet.Dockerfile --- src/tests/ryu-openflow/Mininet.Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/tests/ryu-openflow/Mininet.Dockerfile b/src/tests/ryu-openflow/Mininet.Dockerfile index 4b6bee010..5fb95e6d0 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"] -- GitLab