首页 登录
返回 首页

how to grep docker log


docker logs nginx 2>&1 | grep "127." 



docker logs -f  nginx 2>&1 | grep "127." 


评论(0)

点击加载验证码