ngsdn-tutorial icon indicating copy to clipboard operation
ngsdn-tutorial copied to clipboard

branch master - mininet container exit issue

Open mariamwehbe opened this issue 2 years ago • 1 comments
trafficstars

Hello, Everytime I run the make start, the mininet container exits immediately. The mininet logs shows the error below:

image how can I keep the mininet container running and including the topology topo.py

mariamwehbe avatar May 31 '23 22:05 mariamwehbe

Hi,

If you did not solve the issue yet, change the entrypoint in mininet service in docker-compose.yml file to: entrypoint: ["python3", "/mininet/topo.py"].

try with that, hope this will work

mertkanakkoc avatar Jul 16 '23 20:07 mertkanakkoc