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
321 stars 187 forks source link

how to get the logs of bmv2 switches in mininet (docker )? #100

Open LoserFeng opened 2 years ago

LoserFeng commented 2 years ago

I'am writing a ONOS APP and i try it in this tutorial's environment ,everything seems to be OK in the onos-log,but when i try to ping ,it doesn't work, i hope to inspect the bmv2 switch to figure out the problem,but the enviroment is in Docker so i don't know how to get the log of bmv2 switch .........QAQ

swapniil commented 2 years ago

Those are in /tmp/ directory inside ngsdn container. If you want to access from host then there is a ./tmp/ directory inside ngsdn-tutorial/, You can see all the log files there.