Open mariamwehbe opened 1 year ago
Hello, Everytime I run the make start, the mininet container exits immediately. The mininet logs shows the error below:
how can I keep the mininet container running and including the topology topo.py
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
Hello, Everytime I run the make start, the mininet container exits immediately. The mininet logs shows the error below:
how can I keep the mininet container running and including the topology topo.py