Docker常用命令查看日志 查看日志(滚动所有):docker logs -f xxx 查看日志(后5行):docker logs –tail=5 xxx 查看日志(前10行):docker logs -f 13033622..
2024-08-11