0
点赞
收藏
分享

微信扫一扫

查看linux的docker运行进程的print信息

秀妮_5519 2022-01-27 阅读 122

查看进程pid:

ps -ef

2: see process output

 sudo tail  /proc/pid/fd/1

1 = stdout, 2 = stderr

举报

相关推荐

0 条评论