opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
317 stars 185 forks source link

branch master - mininet container exit issue #114

Open mariamwehbe opened 1 year ago

mariamwehbe commented 1 year ago

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

mertkanakkoc commented 1 year ago

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