Chrome 调试远端 nodejs 程序

inspect 参数的 host 要写成 0.0.0.0,不然会禁止非回环地址访问

127.0.0.1/localhost 好像不能远端(docker 容器也算)访问,应该使用 0.0.0.0