目录
当前位置: 首页 > 文档资料 > Docker 简明教程 >

3.4.14 logs

优质
小牛编辑
125浏览
2023-12-01

logs

  • 用法
Usage: docker logs [OPTIONS] CONTAINER

Fetch the logs of a container

-f, --follow=false        Follow log output
--help=false              Print usage
--since=                  Show logs since timestamp
-t, --timestamps=false    Show timestamps
--tail=all                Number of lines to show from the end of the logs
  • 例子
$ sudo docker logs 60095325e584
  • 总结

批量打印出容器中进程的运行日志。