Commit cfae1c97 authored by Mohamad Rahhal's avatar Mohamad Rahhal
Browse files

Update file Ryu.Dockerfile

parent 19ea5d17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,4 +31,4 @@ WORKDIR /opt/ryu-apps
# --- OpenFlow & Ryu REST API ports ---
EXPOSE 6653/tcp 8080/tcp

CMD ["ryu-manager", "--verbose", "--observe-links", "ryu.app.ofctl_rest", "ryu.app.gui_topology.gui_topology"]
CMD ["python", "-m", "ryu.cmd.manager", "--verbose", "--observe-links", "ryu.app.ofctl_rest", "ryu.app.gui_topology.gui_topology"]