Open axot opened 5 years ago
Thanks @axot ! Could you please try the 0.4.0 that was released few hours ago?
Hello @davideschiera, I tried the latest 0.4.0, the issue seems not solved.
Can you please check if you have any process listening on port tcp/3000 (as server)?
I'm using the following command and it shows there is no process listening tcp 3000
$ netstat -tln | grep .3000
Sorry for the misleading.
$ lsof -i tcp:3000
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
com.docke 29680 z-shao 22u IPv4 0x83719fc93b9252f 0t0 TCP *:hbci (LISTEN)
com.docke 29680 z-shao 23u IPv6 0x83719fc85e3962f 0t0 TCP localhost:hbci (LISTEN)
Sysdig 30998 z-shao 43u IPv4 0x83719fc92c3aeaf 0t0 TCP localhost:hbci (LISTEN)
After turned docker daemon off, sysdig-inspect works!
Glad to hear!
If I remember correctly, the app was supposed to handle this case automatically. I'll check why it doesn't seem to work.
I tried the latest 0.3.4 on my mac which not working both with
brew cask install
and DMG way.MacBook Pro (13-inch, 2017, Two Thunderbolt 3 ports) OS X 10.14.4